mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
22 lines
630 B
TOML
22 lines
630 B
TOML
[package]
|
|
name = "mina"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
mina-hasher = { git = "https://github.com/o1-labs/proof-systems", tag = "0.1.0", version = "0.1.0" }
|
|
mina-signer = { git = "https://github.com/o1-labs/proof-systems", tag = "0.1.0", version = "0.1.0" }
|
|
o1-utils = { git = "https://github.com/o1-labs/proof-systems", tag = "0.1.0", version = "0.1.0" }
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.24.3"
|
|
|
|
[dev-dependencies]
|
|
num-bigint = "0.4.3"
|
|
serde = "1.0.160"
|
|
serde_json = "1.0.96"
|