cri/Cargo.toml

16 lines
369 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"
2023-11-06 11:32:42 +00:00
once_cell = "1.18.0"
2023-11-17 07:27:46 +00:00
regex = "1.10.2"
2023-11-06 08:41:20 +00:00
tokio = { version = "1.33.0", features = ["full"] }