mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-23 05:01:23 +10:00
15 lines
372 B
TOML
15 lines
372 B
TOML
[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"
|