Skip to content

Commit

Permalink
Merge pull request #5 from shekhirin/cargo-workspace
Browse files Browse the repository at this point in the history
chore: specify workspace members in root Cargo.toml
  • Loading branch information
brockelmore authored Mar 16, 2023
2 parents 843e6ea + 9478ee7 commit 93c0292
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 19 deletions.
208 changes: 192 additions & 16 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ ethers-core = "*"
ariadne = "0.2.0"
shared = { path = "./shared" }
hex = "0.4.3"

[workspace]
members = ["cli", "shared"]

[profile.release.package.cli]
debug = true
3 changes: 0 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ pyrometer = { path = "../" }
shared = { path = "../shared" }
ariadne = "0.2.0"

[profile.release]
debug = true

[[bin]]
name = "pyrometer"
path = "src/main.rs"

0 comments on commit 93c0292

Please sign in to comment.