pharmacy/Cargo.toml

18 lines
440 B
TOML

[package]
name = "pharmacy"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0-rc.1", features = ["json"] }
log = "0.4.14"
serde = "1.0.130"
bincode = "1.3.3"
sled = "0.34.7"
argon2 = "0.3.1"
rand_core = { version = "0.6", features = ["std"] }
uuid = { version = "0.8", features = ["serde", "v5"] }
rand = "0.8.4"