15 lines
449 B
TOML
15 lines
449 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 = { git = "https://git.poeticte.ch/ajinkya/pathfinder2"}
|
|
demo-core = {path = "../../core", default-features = false}
|
|
#getrandom = { version = "0.2", features = ["custom"] }
|
|
|