Added ttb module

This commit is contained in:
2024-03-26 19:30:18 -07:00
parent a597c24f2b
commit b9267ed43f
2 changed files with 26 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
irc = {version = "1.0.0", default-features = false, features = ["tls-rust", "ctcp", "channel-lists","toml_config"]}
chrono = {version = "*"}
chrono = "*"
futures = {version = "*"}
tokio = {version = "*", features = ["full"]}
regex = "1"