citadel-tools/citadel-realms/Cargo.toml

23 lines
444 B
TOML
Raw Normal View History

[package]
name = "citadel-realms"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
homepage = "http://github.com/subgraph/citadel"
edition = "2018"
2019-04-02 15:19:39 -04:00
[dependencies]
2019-01-30 14:26:46 -05:00
libcitadel = { path = "../libcitadel" }
libc = "0.2"
failure = "0.1.1"
2019-04-02 15:19:39 -04:00
termion = "1.5.1"
signal-hook = "0.1.7"
[dependencies.cursive]
version = "=0.11.0"
default-features = false
features = [ "termion-backend" ]
[dependencies.crossbeam-channel]
version = "0.3"