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