citadel-tools/libcitadel/Cargo.toml

18 lines
290 B
TOML
Raw Normal View History

[package]
name = "libcitadel"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
[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-02 20:33:50 -05:00
sodiumoxide = "0.2.0"
hex = "0.3.2"