fixup! refactor!: reset codebase for the abstractions-first redo
commit
85e154ffixup! refactor!: reset codebase for the abstractions-first redo
Reviews
No reviews of this commit yet — record a verdict below.
Start a review
Cargo.toml
@@ -1,32 +1,6 @@
[workspace]
resolver = "3"
-members = [
- "crates/backend-conformance",
- "crates/effect-dispatcher",
- "crates/exec-sprites",
- "crates/git-anchor",
- "crates/git-backend",
- "crates/git-cache-proxy",
- "crates/git-comment",
- "crates/git-effect",
- "crates/git-ents",
- "crates/git-ents-core",
- "crates/git-ents-server",
- "crates/git-hydrate",
- "crates/git-maintenance",
- "crates/git-member",
- "crates/git-protocol",
- "crates/git-signed-push",
- "crates/git-store",
- "crates/git-toolchain",
- "crates/gix-reachability",
- "crates/odb-baked",
- "crates/odb-files",
- "crates/odb-tiered",
- "crates/odb-tigris",
- "crates/refstore-files",
- "crates/refstore-postgres",
-]
+members = []
[workspace.package]
edition = "2024"
@@ -69,30 +43,6 @@
getrandom = "0.4"
facet-git-tree = { git = "https://github.com/git-ents/facet-git-tree" }
form_urlencoded = "1"
-backend-conformance = { path = "crates/backend-conformance" }
-effect-dispatcher = { path = "crates/effect-dispatcher" }
-exec-sprites = { path = "crates/exec-sprites" }
-git-anchor = { path = "crates/git-anchor" }
-git-backend = { path = "crates/git-backend" }
-git-cache-proxy = { path = "crates/git-cache-proxy" }
-git-comment = { path = "crates/git-comment" }
-git-effect = { path = "crates/git-effect" }
-git-ents-core = { path = "crates/git-ents-core" }
-git-ents-server = { path = "crates/git-ents-server" }
-git-hydrate = { path = "crates/git-hydrate" }
-git-maintenance = { path = "crates/git-maintenance" }
-git-member = { path = "crates/git-member" }
-git-protocol = { path = "crates/git-protocol" }
-git-signed-push = { path = "crates/git-signed-push" }
-git-store = { path = "crates/git-store" }
-git-toolchain = { path = "crates/git-toolchain" }
-gix-reachability = { path = "crates/gix-reachability" }
-odb-baked = { path = "crates/odb-baked" }
-odb-files = { path = "crates/odb-files" }
-odb-tiered = { path = "crates/odb-tiered" }
-odb-tigris = { path = "crates/odb-tigris" }
-refstore-files = { path = "crates/refstore-files" }
-refstore-postgres = { path = "crates/refstore-postgres" }
gix = "0.84"
gix-actor = "0.41"
gix-date = "0.15"