3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24:08 +00:00
sby/tools/aigcexmin/Cargo.toml
2023-11-16 13:46:25 +01:00

18 lines
436 B
TOML

[package]
name = "aigcexmin"
version = "0.1.0"
edition = "2021"
authors = ["Jannis Harder <jix@yosyshq.com> <me@jix.one>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
debug = true # profiling
[dependencies]
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help"] }
color-eyre = "0.6.2"
flussab = "0.3.1"
flussab-aiger = "0.1.0"
zwohash = "0.1.2"