Skip to content

Commit 179cf31

Browse files
committed
Merge cloud sandbox data plane
# Conflicts: # crates/loc-cli/src/commands.rs # templates/mount/AGENTS.md
2 parents b05ab25 + 661ef24 commit 179cf31

76 files changed

Lines changed: 29764 additions & 2293 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ members = [
55
"crates/localityd",
66
"crates/locality-core",
77
"crates/locality-connector",
8+
"crates/locality-engine",
9+
"crates/locality-protocol",
810
"crates/locality-platform",
911
"crates/locality-store",
1012
"crates/locality-notion",
@@ -28,6 +30,8 @@ rust-version = "1.96"
2830
[workspace.dependencies]
2931
locality-core = { path = "crates/locality-core" }
3032
locality-connector = { path = "crates/locality-connector" }
33+
locality-engine = { path = "crates/locality-engine" }
34+
locality-protocol = { path = "crates/locality-protocol" }
3135
locality-platform = { path = "crates/locality-platform" }
3236
locality-store = { path = "crates/locality-store" }
3337
locality-notion = { path = "crates/locality-notion" }

0 commit comments

Comments
 (0)