mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-24 21:51:16 +10:00
feat: more refactoring (broken)
This commit is contained in:
@ -4,10 +4,11 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bitcode = "0.6.7"
|
||||
drop-database = { path = "../drop-database" }
|
||||
bitcode = "*"
|
||||
drop-errors = { path = "../drop-errors" }
|
||||
drop-library = { path = "../drop-library" }
|
||||
drop-remote = { path = "../drop-remote" }
|
||||
log = "0.4.28"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tauri = "2.8.5"
|
||||
log = "*"
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
tauri = "*"
|
||||
url = "*"
|
||||
|
||||
Reference in New Issue
Block a user