kanidm/Cargo.toml
William Brown 31afcabd83 initial
2018-09-29 17:54:16 +10:00

24 lines
444 B
TOML

[package]
name = "rsidm"
version = "0.1.0"
authors = ["William Brown <william@blackhats.net.au>"]
# We need three major binaries. The server itself, the unix client, and a cli
# mgmt tool.
[dependencies]
actix = "0.7"
actix-web = "0.7"
futures = "0.1"
uuid = { version = "0.5", features = ["serde", "v4"] }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
diesel = { version = "^1.1.0", features = ["sqlite", "r2d2"] }
r2d2 = "0.8"