mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
* operation receive + compare * cleanup + deduplication * operation receive + compare * cleanup + deduplication * sync route + operation grouping * tag assign sync * proper relation support in sync debug page * migration * separate core-sync + utils crates * separate p2p event loop from manager * cleanup library handling * clippy * feature gate sync messages properly * make migration not add required field
10 lines
205 B
TOML
10 lines
205 B
TOML
[package]
|
|
name = "sd-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
uuid = { workspace = true }
|