9 lines
152 B
TOML
9 lines
152 B
TOML
[package]
|
|
name = "tokio-xmpp"
|
|
version = "0.1.0"
|
|
authors = ["Astro <astro@spaceboyz.net>"]
|
|
|
|
[dependencies]
|
|
futures = "*"
|
|
tokio-core = "*"
|
|
RustyXML = "*"
|