cryptgeon/packages/backend/Cargo.toml

24 lines
406 B
TOML
Raw Normal View History

2021-05-01 12:39:40 +02:00
[package]
name = "cryptgeon"
2023-05-26 00:21:50 +02:00
version = "2.3.0-beta.6"
2021-05-01 12:39:40 +02:00
authors = ["cupcakearmy <hi@nicco.io>"]
2022-01-02 23:46:08 +01:00
edition = "2021"
2021-05-01 12:39:40 +02:00
2021-05-02 13:53:48 +02:00
[[bin]]
name = "cryptgeon"
path = "src/main.rs"
2021-05-01 12:39:40 +02:00
[dependencies]
2022-03-01 00:53:47 +01:00
actix-web = "4"
actix-files = "0.6"
serde = { version = "1.0", features = ["derive"] }
2021-05-01 12:39:40 +02:00
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
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"
env_logger = "0.9"
redis = "0.21.5"