blob: 1e7f70350a07a256d8ce985b7b23b8814f6f5ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[package]
name = "license-generator"
version = "0.0.1"
[dependencies]
aquatic-prime = { path = "aquatic-prime" }
chrono = "0.4.6"
error-chain = "0.12.0"
exitcode = "1.1.2"
fastcgi = "1.0.0"
log = "0.4.6"
mysql = "14.1.1"
paddle = { path = "paddle" }
rand = "0.5.5"
sha1 = { version = "0.6.0", features = ["std"] }
serde = "1.0.80"
serde_derive = "1.0.80"
simplelog = "0.5.3"
url = "1.7.2"
zip = "0.4.2"
[workspace]
members = [
"aquatic-prime",
"paddle",
]
|