mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-07 16:23:11 +00:00
17 lines
376 B
TOML
17 lines
376 B
TOML
[package]
|
|
name = "guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "guest"
|
|
path = "./src/lib.rs"
|
|
|
|
[features]
|
|
guest = []
|
|
|
|
[dependencies]
|
|
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "4805d038f7b6e7ca5e7ef64aefa62213aecac01a"}
|
|
sha2 = { version = "0.10.8", default-features = false }
|
|
sha3 = { version = "0.10.8", default-features = false }
|