aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 93f741341d81749abd4ddd6f0361ea8e0818b320 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "inwx"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "cookies"] }
url = "2.2.2"
xmlrpc = "0.15.1"