License
This commit is contained in:
parent
1a56b8d709
commit
52ea2cbd69
5
Cargo.toml
Normal file → Executable file
5
Cargo.toml
Normal file → Executable file
@ -2,6 +2,7 @@
|
|||||||
authors = ["Sakuhl <2012collector@gmail.com>"]
|
authors = ["Sakuhl <2012collector@gmail.com>"]
|
||||||
name = "wynnautocrop"
|
name = "wynnautocrop"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.9.0"
|
base64 = "0.9.0"
|
||||||
@ -10,6 +11,6 @@ iron = "0.6.0"
|
|||||||
palette = "0.2.1"
|
palette = "0.2.1"
|
||||||
regex = "0.2.5"
|
regex = "0.2.5"
|
||||||
reqwest = "0.8.2"
|
reqwest = "0.8.2"
|
||||||
rocket = "0.3.5"
|
rocket = "0.3"
|
||||||
rocket_codegen = "0.3.5"
|
rocket_codegen = "0.3"
|
||||||
serde_json = "1.0.9"
|
serde_json = "1.0.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user