blob: 335c6aa11b3f1fa7147063d0a51f3efed970dbb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[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]
url = "2.2.2"
serde = "1.0.147"
serde_derive = "1.0.147"
iso8601 = "0.6.1"
[dependencies.reqwest]
version = "0.11"
default-features = false
features = ["blocking", "cookies", "rustls-tls"]
[dependencies.serde_xmlrpc]
version = "0.1.1"
git = "https://github.com/HimbeerserverDE/serde_xml_rpc.git"
branch = "option_deserialize"
|