refactor: into rust workspaces

This commit is contained in:
DecDuck
2025-09-14 09:19:03 +10:00
parent 3f18d15d39
commit c1beef380e
75 changed files with 1454 additions and 1105 deletions

View File

@ -0,0 +1,14 @@
[package]
name = "drop-native-library"
version = "0.1.0"
edition = "2024"
[dependencies]
bitcode = "0.6.7"
drop-database = { path = "../drop-database" }
drop-downloads = { path = "../drop-downloads" }
drop-errors = { path = "../drop-errors" }
drop-remote = { path = "../drop-remote" }
log = "0.4.28"
serde = { version = "1.0.219", features = ["derive"] }
tauri = "2.8.5"