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