Skip to content

Commit

Permalink
refactor(cargo): add local libs to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Feb 28, 2024
1 parent 7b55f27 commit 0556782
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 935 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!saku-lib/Cargo.lock
!saku-cli/Cargo.lock
# Cargo.lock
# saku-lib/Cargo.lock
# saku-cli/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
workspace = { members = [ "saku-lib", "saku-cli", "log", ] }

[package]
name = "saku"
version = "0.1.0"
Expand Down
Loading

0 comments on commit 0556782

Please sign in to comment.