diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [package] -name = "lâmpada" +name = "lampada" authors = ["cel <cel@blos.sm>"] version = "0.0.1" edition = "2021" @@ -7,6 +7,6 @@ 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" -xml-rs = "0.8.14" |