irc-stream/Cargo.toml
2021-04-27 21:19:52 +02:00

11 lines
261 B
TOML

[package]
name = "irc_stream"
version = "0.1.0"
authors = ["Thelie <git.daniel@mowitz.rocks>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3"
irc-proto = "0.15"