mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-08 21:48:11 -05:00
16 lines
391 B
TOML
16 lines
391 B
TOML
[package]
|
|
name = "libzkp-c"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
name = "zkp"
|
|
crate-type = ["cdylib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
libzkp = { path = "../libzkp" }
|
|
l2geth = { path = "../l2geth"}
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
tracing.workspace = true
|