pharmacy/Cargo.toml

27 lines
739 B
TOML
Raw Normal View History

2021-11-10 20:28:08 +00:00
[package]
name = "pharmacy"
version = "0.1.0"
edition = "2021"
2022-02-07 22:26:24 +00:00
description = "HRT pharmacy backend code"
authors = ["Erin Nova <contact@the-system.eu.org>"]
license = "CNPLv7+"
2022-03-05 16:39:12 +00:00
repository = "https://bytes.keithhacks.cyou/erin/pharmacy"
2021-11-10 20:28:08 +00:00
# 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", "secrets"] }
2021-11-10 20:28:08 +00:00
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"
captcha = "0.0.8"
#log = "0.4.0"
#env_logger = "0.9.0"
paris = { version = "1.5", features = ["macros"] }
2022-04-01 02:49:17 +00:00
tera = "1"
2022-04-01 16:59:52 +00:00
toml = "0.5"