irc-rpc/Cargo.toml
blackbeard420 d13b6c9bb6
Some checks failed
continuous-integration/drone/push Build is failing
service test
2023-12-30 23:41:13 -05:00

14 lines
359 B
TOML

[package]
name = "irc-rpc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
irc = "0.15.0"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros", "net", "time"] }
futures = "0.3.0"
failure = "0.1.8"
gethostname = "*"
windows-service = "*"