heliwatch/Cargo.toml

14 lines
430 B
TOML
Raw Normal View History

2021-11-02 01:27:53 +01:00
[workspace]
members = [
"heliwatch",
2021-11-08 23:32:39 +01:00
"beast",
"http-json",
"collectd-stats",
2021-11-02 01:27:53 +01:00
]
[patch.crates-io]
tokio-xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }
xmpp-parsers = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }
jid = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }
minidom = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }