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

[dependencies]
error-chain = "0.12.0"
openssl = "0.10.15"
serde = "1.0.80"

[dependencies.plist]
git = "https://github.com/teddywing/rust-plist.git"
branch = "data-without-base64-mime"

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