aboutsummaryrefslogtreecommitdiff
path: root/guests/fibonacci_matrix/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guests/fibonacci_matrix/Cargo.toml')
-rw-r--r--guests/fibonacci_matrix/Cargo.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/guests/fibonacci_matrix/Cargo.toml b/guests/fibonacci_matrix/Cargo.toml
new file mode 100644
index 0000000..c51465e
--- /dev/null
+++ b/guests/fibonacci_matrix/Cargo.toml
@@ -0,0 +1,17 @@
+[package]
+name = "fibonacci_matrix"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+nalgebra = "0.33.2"
+guests_macro = { version = "0.1.0", path = "../../guests_macro" }
+
+[features]
+no_std = []
+jolt = []
+nexus = []
+risc0 = []
+sp1 = []
+zkm = []
+zkwasm = []