aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7f6e03f98374813ceb63d0a00b465217ce7f9527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "einhyrningsins"
version = "0.1.0"
authors = ["bnewbold <bnewbold@robocracy.org>"]

[dependencies]
nix = "0.7"
getopts = "^0.2"
timer = "0.1"
time = "0.1"
chan = "0.1"
chan-signal = "0.1"
slog = "1.0"
slog-term = "1.1"
slog-syslog = "1.0.0-alpha"
json = "*"
rustyline = "1.0"

[replace]
"chan-signal:0.1.6" = { git = 'https://github.com/bnewbold/chan-signal' }