mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-20 11:41:20 +10:00
chore: cleanup of lib and toml
This commit is contained in:
@ -37,18 +37,21 @@ tauri-plugin-deep-link = "2"
|
||||
log = "0.4.22"
|
||||
hex = "0.4.3"
|
||||
tauri-plugin-dialog = "2"
|
||||
env_logger = "0.11.5"
|
||||
http = "1.1.0"
|
||||
tokio = { version = "1.40.0", features = ["rt", "tokio-macros", "signal"] }
|
||||
urlencoding = "2.1.3"
|
||||
md5 = "0.7.0"
|
||||
log4rs = "1.3.0"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.40.0"
|
||||
features = ["rt", "tokio-macros", "signal"]
|
||||
|
||||
[dependencies.log4rs]
|
||||
version = "1.3.0"
|
||||
features = ["console_appender", "file_appender"]
|
||||
|
||||
[dependencies.rustix]
|
||||
version = "0.38.37"
|
||||
features = [
|
||||
"fs"
|
||||
]
|
||||
features = ["fs"]
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.10.0"
|
||||
@ -60,9 +63,7 @@ features = [
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.10.66"
|
||||
features = [
|
||||
"vendored"
|
||||
]
|
||||
features = ["vendored"]
|
||||
|
||||
[dependencies.rustbreak]
|
||||
version = "2"
|
||||
|
||||
Reference in New Issue
Block a user