irc-rpc/Cargo.toml

13 lines
337 B
TOML
Raw Normal View History

2023-12-28 17:04:02 -05:00
[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"
2023-12-28 18:44:19 -05:00
failure = "0.1.8"
gethostname = "*"