Skip to content

Commit

Permalink
Add tools to the workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethiraric committed Oct 13, 2024
1 parent 95fe3fe commit 9e3317c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ members = [
"parser",
"saphyr",
"bench",
"bench/tools/gen_large_yaml",
"bench/tools/bench_compare",
]
resolver = "2"

Expand Down
4 changes: 0 additions & 4 deletions bench/tools/bench_compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ anyhow = { version = "1.0.81", features = ["backtrace"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_yaml = "0.9.32"
toml = "0.8.11"

[profile.release-lto]
inherits = "release"
lto = true
4 changes: 0 additions & 4 deletions bench/tools/gen_large_yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ edition = "2018"
[dependencies]
rand = { version = "0.8.5", features = [ "small_rng" ] }
lipsum = "0.9.0"

[profile.release-lto]
inherits = "release"
lto = true

0 comments on commit 9e3317c

Please sign in to comment.