initial commit, completed lenny as poc

This commit is contained in:
2023-03-02 20:14:02 -05:00
commit 2a79a12c8a
6 changed files with 1365 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "bobbit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
irc = {version = "0.15.0"}
chrono = {version = "*"}
futures = {version = "*"}
tokio = {version = "*", features = ["full"]}
regex = "1"
rand = "0.8.5"