aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/aquatic-prime/Cargo.toml
blob: dd901b2e42e440a1a89b4e21c22f02078e89d781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "aquatic-prime"
version = "0.0.1"

[dependencies]
error-chain = "0.12.0"
openssl = "0.10.15"
plist = { path = "../../../rust-plist", branch = "data-without-base64-mime" }
serde = "1.0.80"

[dev-dependencies]
base64 = "0.10.0"
serde_derive = "1.0.80"