Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 54579f2

Browse files
committed
style: reorganize & cleanup top-level
* Move all lib crates into a top-level "crates" directory * Keep binary entrypoint crate in root, along with the worksapce toml * rename "nix" to "dev" to provide some semantic meaning
1 parent dcc1514 commit 54579f2

23 files changed

Lines changed: 8 additions & 9 deletions

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
files=(shell.nix nix/dev/shell.nix rust-toolchain.toml)
1+
files=(shell.nix dev/env/shell.nix rust-toolchain.toml)
22

33
watch_file "${files[@]}"
44

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
workspace.members = ["manifest", "resolve"]
1+
workspace.members = ["crates/manifest", "crates/resolve"]
22

33
[package]
44
edition = "2021"
@@ -8,7 +8,7 @@ version = "0.1.0"
88
[dependencies]
99
nom = "^7"
1010

11-
manifest.path = "manifest"
11+
manifest.path = "crates/manifest"
1212

1313
anyhow.workspace = true
1414
semver.workspace = true

manifest/src/domain/tests/snapshots/manifest__domain__tests__depend.snap renamed to crates/manifest/src/domain/tests/snapshots/manifest__domain__tests__depend.snap

File renamed without changes.

manifest/src/tests/snapshots/manifest__tests__serialize.snap renamed to crates/manifest/src/tests/snapshots/manifest__tests__serialize.snap

File renamed without changes.

0 commit comments

Comments
 (0)