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:
parent
b76bb5bbc6
commit
5e8fe5a753
4 changed files with 149 additions and 10 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue