mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Added "xtask" to the Cargo.toml members for improved task management. - Removed outdated documentation files: CLI_LIBRARY_SYNC_COMPLETE.md, DEVICE_DISCONNECTION_FIX.md, FINAL_SUMMARY.md, IMPLEMENTATION_COMPLETE.md, INFINITE_LOOP_FIX.md, LIBRARY_SYNC_SETUP_IMPLEMENTATION.md, PAIRING_CONNECTION_ISSUE_SUMMARY.md, PAIRING_IMPLEMENTATION.md, PERSISTENT_CONNECTION_FIX.md. - Cleaned up the project structure to enhance maintainability and clarity.
18 lines
400 B
TOML
18 lines
400 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "xtask"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
flate2 = "1.0"
|
|
mustache = "0.9"
|
|
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tar = "0.4"
|
|
toml = "0.8"
|
|
which = "6.0"
|
|
xz2 = "0.1"
|