mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 15:52:43 +10:00
rustix fs feature
This commit is contained in:
@ -41,10 +41,15 @@ env_logger = "0.11.5"
|
|||||||
http = "1.1.0"
|
http = "1.1.0"
|
||||||
tokio = { version = "1.40.0", features = ["rt", "tokio-macros"] }
|
tokio = { version = "1.40.0", features = ["rt", "tokio-macros"] }
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
rustix = "0.38.37"
|
|
||||||
md5 = "0.7.0"
|
md5 = "0.7.0"
|
||||||
atomic-counter = "1.0.1"
|
atomic-counter = "1.0.1"
|
||||||
|
|
||||||
|
[dependencies.rustix]
|
||||||
|
version = "0.38.37"
|
||||||
|
features = [
|
||||||
|
"fs"
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies.uuid]
|
[dependencies.uuid]
|
||||||
version = "1.10.0"
|
version = "1.10.0"
|
||||||
features = [
|
features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user