summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ccec9099bbf3c138b19e0bbb26fdf1ed3549008e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "lâmpada"
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]
tokio = { version = "1.28", features = ["full"] }
trust-dns-resolver = "0.22.0"
xml-rs = "0.8.14"