vorm 0.2.1

Wrapper library for MongoDB.
Documentation
[package]
name = "vorm"
version = "0.2.1"
edition = "2021"
description = "Wrapper library for MongoDB."
license = "MIT"
repository = "https://dreamerslegacy.xyz/git/dlxyz/vorm"
documentation = "https://docs.rs/vorm"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.70"
mongodb = "2.3.0"
serde = "1.0.159"

[dev-dependencies]
oorandom = "11.1.3"
tokio = "1.27.0"