mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
18 lines
436 B
TOML
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"
|