mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
17 lines
396 B
TOML
17 lines
396 B
TOML
[package]
|
|
name = "drop-downloads"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
atomic-instant-full = "0.1.0"
|
|
drop-database = { path = "../drop-database" }
|
|
drop-errors = { path = "../drop-errors" }
|
|
# can't depend, cycle
|
|
# drop-native-library = { path = "../drop-native-library" }
|
|
log = "0.4.22"
|
|
parking_lot = "0.12.4"
|
|
serde = "1.0.219"
|
|
tauri = { version = "2.7.0" }
|
|
throttle_my_fn = "0.2.6"
|