2018-12-14 15:10:15 +00:00
|
|
|
[package]
|
|
|
|
name = "libcitadel"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
2019-01-17 14:25:24 +00:00
|
|
|
edition = "2018"
|
2018-12-14 15:10:15 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2"
|
|
|
|
nix = "0.12.0"
|
|
|
|
failure = "0.1.3"
|
|
|
|
toml = "0.4.10"
|
|
|
|
serde = "1.0.82"
|
|
|
|
serde_derive = "1.0.82"
|
|
|
|
lazy_static = "1.2.0"
|
2019-02-03 01:33:50 +00:00
|
|
|
sodiumoxide = "0.2.0"
|
|
|
|
hex = "0.3.2"
|
2019-04-02 19:18:18 +00:00
|
|
|
byteorder = "1"
|
|
|
|
bincode = "=1.0.1"
|
|
|
|
walkdir = "2"
|
|
|
|
dbus = "0.6"
|
2018-12-14 15:10:15 +00:00
|
|
|
|
2019-04-02 19:18:18 +00:00
|
|
|
[dependencies.inotify]
|
|
|
|
version = "0.7"
|
|
|
|
default-features = false
|
|
|
|
features = []
|