mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
12 lines
277 B
TOML
12 lines
277 B
TOML
[package]
|
|
name = "drop-library"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
drop-errors = { path = "../drop-errors" }
|
|
http = "*"
|
|
reqwest = { version = "*", default-features = false }
|
|
serde = { version = "*", default-features = false, features = ["derive"] }
|
|
tauri = "*"
|