11 lines
261 B
TOML
11 lines
261 B
TOML
[package]
|
|
name = "irc_stream"
|
|
version = "0.2.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"
|