diff options
Diffstat (limited to 'guests/evaluate_polynomial/Cargo.toml')
| -rw-r--r-- | guests/evaluate_polynomial/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/guests/evaluate_polynomial/Cargo.toml b/guests/evaluate_polynomial/Cargo.toml new file mode 100644 index 0000000..d235978 --- /dev/null +++ b/guests/evaluate_polynomial/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "evaluate_polynomial" +version = "0.1.0" +edition = "2021" + +[dependencies] +bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", features = ["experimental"] } +guests_macro = { version = "0.1.0", path = "../../guests_macro" } +hex = "0.4" + +[features] +no_std = [] +jolt = [] +nexus = [] +risc0 = [] +sp1 = [] +zkm = [] +zkwasm = [] |
