Add tools to the workspace.
This commit is contained in:
parent
95fe3fea16
commit
9e3317c179
3 changed files with 2 additions and 8 deletions
|
@ -6,6 +6,8 @@ members = [
|
|||
"parser",
|
||||
"saphyr",
|
||||
"bench",
|
||||
"bench/tools/gen_large_yaml",
|
||||
"bench/tools/bench_compare",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue