cryptgeon/Cargo.toml

25 lines
440 B
TOML
Raw Normal View History

2021-05-01 12:39:40 +02:00
[package]
name = "cryptgeon"
2021-12-22 15:20:30 +01:00
version = "1.3.0"
2021-05-01 12:39:40 +02:00
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2018"
2021-05-02 13:53:48 +02:00
[[bin]]
name = "cryptgeon"
path = "src/main.rs"
2021-05-01 12:39:40 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3"
2021-05-02 12:32:13 +02:00
actix-files = "0.5"
2021-05-01 12:39:40 +02:00
serde = "1"
serde_json = "1"
lazy_static = "1"
ring = "0.16"
2021-05-02 03:07:08 +02:00
bs62 = "0.1"
2021-12-20 17:42:30 +01:00
memcache = "0.16"
byte-unit = "4"
2021-12-21 00:15:04 +01:00
dotenv = "0.15"
2021-12-22 13:10:08 +01:00
mime = "0.3"