blob: 12a7f4e83da08a6f20861f4b86c4ed3b26ad2eef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "lampada"
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]
quick-xml = { version = "0.29.0", features = ["async-tokio"] }
tokio = { version = "1.28", features = ["full"] }
trust-dns-resolver = "0.22.0"
|