Files
spacedrive/crates/cloud-api/Cargo.toml
Brendan Allan a9da6a0093 [ENG-1495] Pull new instance data when receiving cloud sync operations (#1882)
* add sd-cloud-api

* consume sd-cloud-api & leave instance writing to receiving

* module-ise api crate

* put back logging

* remove 'join cloud library'
2023-12-12 07:47:21 +00:00

18 lines
408 B
TOML

[package]
name = "sd-cloud-api"
version = "0.1.0"
license.workspace = true
edition.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.22"
serde.workspace = true
serde_json.workspace = true
thiserror = "1.0.50"
uuid.workspace = true
rspc = { workspace = true }
specta.workspace = true