blob: fdd99dab4d27efd98ab7bdb1eb51bc6a1467f193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[package]
name = "asciifarm"
version = "0.1.0"
authors = ["troido <troido@protonmail.com>"]
edition = "2018"
[dependencies]
mio-uds = "0.6"
mio = "0.6"
slab = "0.4.2"
nix = "0.13"
libc = "0.2"
users = "0.8"
specs = { version = "0.16", features = ["specs-derive"] }
rand = "0.7"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
ctrlc = { version = "3.1", features = ["termination"] }
structopt = "0.3"
unicode_categories = "0.1.1"
base64 = "0.12.0"
sha2 = "0.8.1"
|