mirror of
https://github.com/Drop-OSS/drop-app
synced 2026-08-27 22:23:04 -04:00
rustix fs feature
This commit is contained in:
parent
0c6c4701fd
commit
e9805a8359
1 changed files with 6 additions and 1 deletions
|
|
@ -41,10 +41,15 @@ env_logger = "0.11.5"
|
|||
http = "1.1.0"
|
||||
tokio = { version = "1.40.0", features = ["rt", "tokio-macros"] }
|
||||
urlencoding = "2.1.3"
|
||||
rustix = "0.38.37"
|
||||
md5 = "0.7.0"
|
||||
atomic-counter = "1.0.1"
|
||||
|
||||
[dependencies.rustix]
|
||||
version = "0.38.37"
|
||||
features = [
|
||||
"fs"
|
||||
]
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.10.0"
|
||||
features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue