mnml/Cargo.toml
2018-08-31 21:45:55 +10:00

14 lines
250 B
TOML
Executable File

[package]
name = "cryps"
version = "0.1.0"
authors = ["ntr <ntr@smokestack.io>"]
[dependencies]
rand = "0.5.4"
uuid = { version = "0.6", features = ["serde", "v4"] }
serde_json = "1.0.24"
tokio = "0.1"
tokio-io = "0.1"
futures = "0.1"
bytes = "0.4"