mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
x
This commit is contained in:
parent
41df3c86ee
commit
8f03cc6d4c
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "spacedrive-cloud"]
|
||||
path = spacedrive-cloud
|
||||
url = ./spacedrive-cloud
|
||||
[submodule "apps/cloud"]
|
||||
path = apps/cloud
|
||||
url = ./apps/cloud
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user