11 lines
306 B
TOML
11 lines
306 B
TOML
[package]
|
|
name = "method"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
# If you want to try (experimental) std support, add `features = [ "std" ]` to risc0-zkvm
|
|
risc0-zkvm = { version = "0.19.1", default-features = false, features = ['std'] }
|
|
pathfinder2 = { path = "../../pathfinder2"} |