This commit is contained in:
Sakuhl 2021-04-27 11:49:33 +02:00
parent 1a56b8d709
commit 52ea2cbd69

5
Cargo.toml Normal file → Executable file
View File

@ -2,6 +2,7 @@
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnautocrop"
version = "0.1.0"
license = "GPL-3.0-or-later"
[dependencies]
base64 = "0.9.0"
@ -10,6 +11,6 @@ iron = "0.6.0"
palette = "0.2.1"
regex = "0.2.5"
reqwest = "0.8.2"
rocket = "0.3.5"
rocket_codegen = "0.3.5"
rocket = "0.3"
rocket_codegen = "0.3"
serde_json = "1.0.9"