2023-03-02 20:14:02 -05:00
|
|
|
[package]
|
2024-03-26 17:58:40 -07:00
|
|
|
name = "robbit"
|
2023-03-02 20:14:02 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
2024-03-26 17:50:51 -07:00
|
|
|
irc = {version = "1.0.0", default-features = false, features = ["tls-rust", "ctcp", "channel-lists","toml_config"]}
|
2023-03-02 20:14:02 -05:00
|
|
|
chrono = {version = "*"}
|
|
|
|
|
futures = {version = "*"}
|
|
|
|
|
tokio = {version = "*", features = ["full"]}
|
|
|
|
|
regex = "1"
|
|
|
|
|
rand = "0.8.5"
|