cri/Cargo.toml

18 lines
408 B
TOML
Raw Permalink 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]
chrono = "0.4.31"
2023-11-06 08:41:20 +00:00
color-eyre = "0.6.2"
futures = "0.3.29"
iced = { version = "0.10.0", features = ["tokio"] }
irc = "0.15.0"
2023-12-01 01:28:23 +00:00
itertools = "0.12.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"] }