kitchen-freezer/Cargo.toml

17 lines
350 B
TOML
Raw Normal View History

2021-02-18 12:02:04 +01:00
[package]
name = "my-tasks"
version = "0.1.0"
authors = ["Jérôme"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-02-21 00:14:55 +01:00
env_logger = "0.8"
log = "0.4"
2021-02-20 00:10:05 +01:00
tokio = { version = "1.2", features = ["macros", "rt"]}
reqwest = "0.11"
minidom = "0.13"
url = "2.2"
2021-02-21 00:16:40 +01:00
bitflags = "1.2"