mirror of https://github.com/zyllian/classics.git synced 2025-05-10 06:36:39 -07:00

add /ban, /allowentry, and /setpass commands, resolving #4

This commit is contained in:
Zoey 2024-04-23 21:45:49 -07:00
parent b76bb5bbc6
commit 5e8fe5a753
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
4 changed files with 149 additions and 10 deletions

10
Cargo.lock generated
View file

@ -108,6 +108,7 @@ dependencies = [
"flate2",
"half",
"internment",
"nanoid",
"optional_struct",
"parking_lot",
"rand",
@ -243,6 +244,15 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "nanoid"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
dependencies = [
"rand",
]
[[package]]
name = "num_cpus"
version = "1.16.0"