mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-23 21:21:18 +10:00
refactor: Convert some things from static to const and refactor into drop-consts
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@ -821,6 +821,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"database",
|
||||
"dirs 6.0.0",
|
||||
"drop-consts",
|
||||
"log",
|
||||
"regex",
|
||||
"rustix 1.1.2",
|
||||
@ -1091,6 +1092,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"dirs 6.0.0",
|
||||
"drop-consts",
|
||||
"log",
|
||||
"native_model",
|
||||
"rustbreak",
|
||||
@ -1376,6 +1378,7 @@ dependencies = [
|
||||
"deranged 0.4.0",
|
||||
"dirs 6.0.0",
|
||||
"download_manager",
|
||||
"drop-consts",
|
||||
"droplet-rs",
|
||||
"dynfmt",
|
||||
"filetime",
|
||||
@ -1438,6 +1441,13 @@ dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "drop-consts"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dirs 6.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "droplet-rs"
|
||||
version = "0.7.3"
|
||||
@ -1865,6 +1875,7 @@ dependencies = [
|
||||
"boxcar",
|
||||
"database",
|
||||
"download_manager",
|
||||
"drop-consts",
|
||||
"hex 0.4.3",
|
||||
"log",
|
||||
"md5 0.8.0",
|
||||
@ -4281,6 +4292,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"client",
|
||||
"database",
|
||||
"drop-consts",
|
||||
"dynfmt",
|
||||
"games",
|
||||
"log",
|
||||
@ -4640,6 +4652,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"client",
|
||||
"database",
|
||||
"drop-consts",
|
||||
"droplet-rs",
|
||||
"gethostname",
|
||||
"hex 0.4.3",
|
||||
|
||||
Reference in New Issue
Block a user