2021-05-01 12:39:40 +02:00
|
|
|
[package]
|
|
|
|
name = "cryptgeon"
|
2021-05-02 12:32:13 +02:00
|
|
|
version = "1.0.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"
|
|
|
|
memcache = "0.15"
|