lampada/Cargo.toml

13 lines
351 B
TOML
Raw Normal View History

2023-06-13 00:46:59 +01:00
[package]
2023-06-16 17:13:01 +01:00
name = "lampada"
2023-06-13 00:46:59 +01:00
authors = ["cel <cel@blos.sm>"]
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-06-16 17:13:01 +01:00
quick-xml = { version = "0.29.0", features = ["async-tokio"] }
2023-06-16 14:49:20 +01:00
tokio = { version = "1.28", features = ["full"] }
trust-dns-resolver = "0.22.0"