mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
Still needs a massive go-over because there shouldn't be anything referencing tauri in any of the workspaces except the original one. Process manager has been refactored as an example Signed-off-by: quexeky <git@quexeky.dev>
18 lines
411 B
TOML
18 lines
411 B
TOML
[package]
|
|
name = "download_manager"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
atomic-instant-full = "0.1.0"
|
|
database = { version = "0.1.0", path = "../database" }
|
|
humansize = "2.1.3"
|
|
log = "0.4.28"
|
|
parking_lot = "0.12.5"
|
|
remote = { version = "0.1.0", path = "../remote" }
|
|
serde = "1.0.228"
|
|
serde_with = "3.15.0"
|
|
tauri = "2.8.5"
|
|
throttle_my_fn = "0.2.6"
|
|
utils = { version = "0.1.0", path = "../utils" }
|