mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 00:06:28 +00:00
16 lines
325 B
TOML
16 lines
325 B
TOML
[package]
|
|
name = "cryptgeon"
|
|
version = "0.1.0"
|
|
authors = ["cupcakearmy <hi@nicco.io>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "3"
|
|
serde = "1"
|
|
serde_json = "1"
|
|
lazy_static = "1"
|
|
ring = "0.16"
|
|
bs62 = "0.1"
|
|
memcache = "0.15" |