Changed program name to robbit

This commit is contained in:
2024-03-26 17:58:40 -07:00
parent 6b97fa394f
commit e870fad145
2 changed files with 13 additions and 13 deletions

24
Cargo.lock generated
View File

@@ -74,18 +74,6 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bobbit"
version = "0.1.0"
dependencies = [
"chrono",
"futures",
"irc",
"rand",
"regex",
"tokio",
]
[[package]] [[package]]
name = "bumpalo" name = "bumpalo"
version = "3.15.4" version = "3.15.4"
@@ -657,6 +645,18 @@ dependencies = [
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
[[package]]
name = "robbit"
version = "0.1.0"
dependencies = [
"chrono",
"futures",
"irc",
"rand",
"regex",
"tokio",
]
[[package]] [[package]]
name = "rustc-demangle" name = "rustc-demangle"
version = "0.1.23" version = "0.1.23"

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "bobbit" name = "robbit"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"