Skip to content

Commit

Permalink
single workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Oct 8, 2024
1 parent 56a39d7 commit d261050
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7,459 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"rust-analyzer.linkedProjects": [
"program/Cargo.toml",
"script/Cargo.toml"
"Cargo.toml",
],
"rust-analyzer.check.overrideCommand": [
"cargo",
Expand Down
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@ members = [
resolver = "2"

[workspace.dependencies]
alloy-sol-types = "0.7.7"
sp1-sdk = "2.0.0"
sp1-zkvm = "2.0.0"
sp1-helper = "2.0.0"
alloy-sol-types = "0.7.7"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
clap = { version = "4.0", features = ["derive", "env"] }
tracing = "0.1.40"
hex = "0.4.3"

fibonacci-lib = { path = "lib" }
Loading

0 comments on commit d261050

Please sign in to comment.