irc-stream/Cargo.toml

12 lines
261 B
TOML
Raw Normal View History

2021-04-27 21:19:52 +02:00
[package]
name = "irc_stream"
version = "0.2.0"
2021-04-27 21:19:52 +02:00
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"