citadel-tools/citadel-mount/Cargo.toml

11 lines
233 B
TOML
Raw Normal View History

[package]
name = "citadel-mount"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
homepage = "http://github.com/subgraph/citadel"
[dependencies]
libcitadel = { path = "../libcitadel" }
failure = "0.1.3"
2018-12-31 18:27:17 -05:00
libc = "0.2"