new: Support uid slug
This commit is contained in:
10
actix/Cargo.lock
generated
10
actix/Cargo.lock
generated
@@ -481,6 +481,7 @@ dependencies = [
|
||||
"actix-session",
|
||||
"actix-web",
|
||||
"env_logger",
|
||||
"nanoid",
|
||||
"rand",
|
||||
"regex",
|
||||
"rusqlite",
|
||||
@@ -973,6 +974,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-conv"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user