wynnautocrop/Cargo.toml

17 lines
302 B
TOML
Raw Permalink Normal View History

2018-01-12 14:26:49 +00:00
[package]
authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnautocrop"
version = "0.1.0"
2021-04-27 09:49:33 +00:00
license = "GPL-3.0-or-later"
2018-01-12 14:26:49 +00:00
[dependencies]
base64 = "0.9.0"
2018-01-12 14:26:49 +00:00
image = "0.18.0"
2018-01-28 15:29:53 +00:00
iron = "0.6.0"
2018-01-12 14:26:49 +00:00
palette = "0.2.1"
regex = "0.2.5"
2018-01-12 14:26:49 +00:00
reqwest = "0.8.2"
2021-04-27 09:49:33 +00:00
rocket = "0.3"
rocket_codegen = "0.3"
serde_json = "1.0.9"