mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-07-26 02:43:13 +00:00
15 lines
349 B
TOML
15 lines
349 B
TOML
[package]
|
|
name = "logos-blockchain-circuits-tests"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
|
|
[features]
|
|
default = ["embed-circuits"]
|
|
embed-circuits = ["lbc-pol-sys/embed-circuit", "lbc-poq-sys/embed-circuit"]
|
|
|
|
[dev-dependencies]
|
|
lbc-pol-sys = { workspace = true }
|
|
lbc-poq-sys = { workspace = true }
|