cri/Cargo.toml

14 lines
331 B
TOML
Raw Normal View History

2023-11-06 08:41:20 +00:00
[package]
name = "cri"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.2"
futures = "0.3.29"
iced = { version = "0.10.0", features = ["tokio"] }
irc = "0.15.0"
tokio = { version = "1.33.0", features = ["full"] }