mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-08-02 14:13:17 +00:00
31 lines
637 B
TOML
31 lines
637 B
TOML
[package]
|
|
name = "logos-blockchain-circuits-pol-sys"
|
|
categories.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[features]
|
|
default = ["embed-circuit", "prebuilt"]
|
|
embed-circuit = []
|
|
embed-proving-key = []
|
|
embed-verification-key = []
|
|
prebuilt = ["lbc-build/prebuilt"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
lbc-types = { workspace = true }
|
|
lbc-common = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
serde_json = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
lbc-build = { workspace = true }
|