mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 23:18:06 -04:00
* add sd-cloud-api * consume sd-cloud-api & leave instance writing to receiving * module-ise api crate * put back logging * remove 'join cloud library'
18 lines
408 B
TOML
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
|