Add tools to the workspace.

This commit is contained in:
Ethiraric 2024-10-13 16:21:03 +02:00
parent 95fe3fea16
commit 9e3317c179
3 changed files with 2 additions and 8 deletions

View file

@ -6,6 +6,8 @@ members = [
"parser",
"saphyr",
"bench",
"bench/tools/gen_large_yaml",
"bench/tools/bench_compare",
]
resolver = "2"

View file

@ -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

View file

@ -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