This commit is contained in:
Jamie Pine 2025-09-06 21:23:39 -04:00
parent 41df3c86ee
commit 8f03cc6d4c
3 changed files with 8 additions and 5 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "spacedrive-cloud"]
path = spacedrive-cloud
url = ./spacedrive-cloud
[submodule "apps/cloud"]
path = apps/cloud
url = ./apps/cloud

View File

@ -11,3 +11,5 @@ whitepaper: Section 4.1
## Description
This epic covers the foundational components of the Virtual Distributed File System (VDFS). It establishes the core data models and abstractions that allow Spacedrive to create a unified, content-aware view of a user's data across all their devices.
This is the first task in the development of Spacedrive V2.

View File

@ -1,5 +1,6 @@
[workspace]
members = [
"apps/cloud",
"apps/desktop/crates/*",
"apps/desktop/src-tauri",
"apps/mobile/modules/sd-core/android/crate",
@ -9,7 +10,7 @@ members = [
"core",
"core/crates/*",
"crates/*"
, "spacedrive-cloud"]
]
resolver = "2"
[workspace.package]
@ -20,7 +21,7 @@ rust-version = "1.81"
[workspace.dependencies]
# First party dependencies
sd-cloud-schema = { git = "https://github.com/spacedriveapp/cloud-services-schema", rev = "515ba740ea" }
# sd-cloud-schema = { git = "https://github.com/spacedriveapp/cloud-services-schema", rev = "515ba740ea" }
# Third party dependencies used by one or more of our crates
anyhow = "1.0.94"