adding fastrand
This commit is contained in:
parent
f2f2ab27b9
commit
93933ff00b
2 changed files with 8 additions and 0 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -254,6 +254,12 @@ version = "1.0.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||||
|
||||
[[package]]
|
||||
name = "fastrand"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
||||
|
||||
[[package]]
|
||||
name = "filetime"
|
||||
version = "0.2.22"
|
||||
|
@ -341,6 +347,7 @@ dependencies = [
|
|||
"diesel",
|
||||
"diesel_migrations",
|
||||
"dirs",
|
||||
"fastrand",
|
||||
"libsqlite3-sys",
|
||||
"quote",
|
||||
"serde",
|
||||
|
|
|
@ -30,6 +30,7 @@ diesel_migrations = { version = "2.1.0", features = ["sqlite"] }
|
|||
tar = "0.4.40"
|
||||
zstd = "0.12.4"
|
||||
serde_json = "1.0.104"
|
||||
fastrand = "2.0.0"
|
||||
# sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std"] }
|
||||
# ffmpeg-next = "6.0.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue