cryptgeon/backend/Cargo.toml

25 lines
479 B
TOML
Raw Normal View History

2021-05-01 10:39:40 +00:00
[package]
name = "cryptgeon"
2022-06-07 10:41:20 +00:00
version = "1.5.3"
2021-05-01 10:39:40 +00:00
authors = ["cupcakearmy <hi@nicco.io>"]
2022-01-02 22:46:08 +00:00
edition = "2021"
2021-05-01 10:39:40 +00:00
2021-05-02 11:53:48 +00:00
[[bin]]
name = "cryptgeon"
path = "src/main.rs"
2021-05-01 10:39:40 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-28 23:53:47 +00:00
actix-web = "4"
actix-files = "0.6"
serde = { version = "1.0", features = ["derive"] }
2021-05-01 10:39:40 +00:00
serde_json = "1"
lazy_static = "1"
ring = "0.16"
2021-05-02 01:07:08 +00:00
bs62 = "0.1"
2021-12-20 16:42:30 +00:00
memcache = "0.16"
byte-unit = "4"
2021-12-20 23:15:04 +00:00
dotenv = "0.15"
2021-12-22 12:10:08 +00:00
mime = "0.3"