Add final packages and fix torrential launch
This commit is contained in:
@@ -36,16 +36,16 @@ bitcode = "0.6.6"
|
||||
bytes = "1.10.1"
|
||||
cacache = "13.1.0"
|
||||
chrono = "0.4.38"
|
||||
client = { path = "./client", version = "0.1.0" } # client
|
||||
database = { path = "./database" } # database
|
||||
client = { path = "./client", version = "0.1.0" } # client
|
||||
database = { path = "./database" } # database
|
||||
deranged = "=0.4.0"
|
||||
dirs = "6.0.0"
|
||||
download_manager = { path = "./download_manager", version = "0.1.0" } # download manager
|
||||
download_manager = { path = "./download_manager", version = "0.1.0" } # download manager
|
||||
droplet-rs = "0.7.3"
|
||||
filetime = "0.2.25"
|
||||
futures-core = "0.3.31"
|
||||
futures-lite = "2.6.0"
|
||||
games = { path = "./games", version = "0.1.0" } # games
|
||||
games = { path = "./games", version = "0.1.0" } # games
|
||||
gethostname = "1.0.1"
|
||||
hex = "0.4.3"
|
||||
http = "1.1.0"
|
||||
@@ -54,16 +54,16 @@ humansize = "2.1.3"
|
||||
known-folders = "1.2.0"
|
||||
log = "0.4.22"
|
||||
md5 = "0.7.0"
|
||||
native_model = { git = "https://github.com/Drop-OSS/native_model.git", version = "0.6.4", features = [
|
||||
native_model = { path = "../../libraries/native_model", features = [
|
||||
"rmp_serde_1_3",
|
||||
] }
|
||||
page_size = "0.6.0"
|
||||
parking_lot = "0.12.3"
|
||||
process = { path = "./process" } # process
|
||||
process = { path = "./process" } # process
|
||||
rand = "0.9.1"
|
||||
rayon = "1.10.0"
|
||||
regex = "1.11.1"
|
||||
remote = { path = "./remote", version = "0.1.0" } # remote
|
||||
remote = { path = "./remote", version = "0.1.0" } # remote
|
||||
reqwest = { version = "0.12.28", default-features = false, features = [
|
||||
"blocking",
|
||||
"http2",
|
||||
@@ -96,7 +96,7 @@ tokio-util = { version = "0.7.16", features = ["io"] }
|
||||
umu-wrapper-lib = "0.1.0"
|
||||
url = "2.5.2"
|
||||
urlencoding = "2.1.3"
|
||||
utils = { path = "./utils" } # utils
|
||||
utils = { path = "./utils" } # utils
|
||||
walkdir = "2.5.0"
|
||||
webbrowser = "1.0.2"
|
||||
whoami = "1.6.0"
|
||||
@@ -109,7 +109,7 @@ features = ["console_appender", "file_appender"]
|
||||
|
||||
[dependencies.rustbreak]
|
||||
version = "2"
|
||||
features = ["other_errors"] # You can also use "yaml_enc" or "bin_enc"
|
||||
features = ["other_errors"] # You can also use "yaml_enc" or "bin_enc"
|
||||
|
||||
[dependencies.rustix]
|
||||
version = "0.38.37"
|
||||
|
||||
Reference in New Issue
Block a user