mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
15 lines
313 B
TOML
15 lines
313 B
TOML
[package]
|
|
name = "drop-native-library"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bitcode = "*"
|
|
drop-errors = { path = "../drop-errors" }
|
|
drop-library = { path = "../drop-library" }
|
|
drop-remote = { path = "../drop-remote" }
|
|
log = "*"
|
|
serde = { version = "*", features = ["derive"] }
|
|
tauri = "*"
|
|
url = "*"
|