mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-26 14:33:43 +10:00
chore: Starting migrating references to database applications, auth, and base_url
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@@ -65,7 +65,9 @@ whoami = "1.6.0"
|
||||
filetime = "0.2.25"
|
||||
walkdir = "2.5.0"
|
||||
known-folders = "1.2.0"
|
||||
native_model = { version = "0.6.4", features = ["rmp_serde_1_3"], git = "https://github.com/Drop-OSS/native_model.git"}
|
||||
native_model = { version = "0.6.4", features = [
|
||||
"rmp_serde_1_3",
|
||||
], git = "https://github.com/Drop-OSS/native_model.git" }
|
||||
tauri-plugin-opener = "2.4.0"
|
||||
bitcode = "0.6.6"
|
||||
reqwest-websocket = "0.5.0"
|
||||
@@ -149,6 +151,8 @@ members = [
|
||||
"cloud_saves",
|
||||
"download_manager",
|
||||
"games",
|
||||
"library",
|
||||
"drop-consts",
|
||||
]
|
||||
|
||||
resolver = "3"
|
||||
resolver = "3"
|
||||
|
||||
Reference in New Issue
Block a user