Skip to content

Commit

Permalink
move all sources into a cargo workspace (#1)
Browse files Browse the repository at this point in the history
this step just moves everything out of `sources/` and
places it into `crates/`. `cargo check` passes after
adding making the crates workspace members in the root
`Cargo.toml`.

The crates do not refer to each other by path, and they
are also not yet cleaned up.
  • Loading branch information
SuperFluffy authored May 17, 2023
1 parent 9f9a9be commit 22705e9
Show file tree
Hide file tree
Showing 145 changed files with 274 additions and 6,664 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit 22705e9

Please sign in to comment.