aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 24cb389a44f6af270501b663ce9393a79640bebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "geniza"
version = "0.1.0"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]

[dependencies]
rust-crypto = "^0.2"
integer-encoding = "^1.0"
clap = "2"
error-chain = "0.7"
env_logger = "0.3"
rand = "0.3"
protobuf = "1.3"

[dev-dependencies]
tempdir = "0.3"