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