holocal/Cargo.toml

16 lines
338 B
TOML
Raw Normal View History

2021-01-03 17:42:50 +00:00
[package]
name = "holocal"
2021-01-07 09:01:33 +00:00
version = "0.1.4"
2021-01-03 17:42:50 +00:00
authors = ["blank X <theblankx@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = true
[dependencies]
2021-01-06 14:26:46 +00:00
tokio = { version = "1.0", features = ["rt"] }
reqwest = "0.11"
2021-01-04 06:39:14 +00:00
quick-xml = "0.20"