Skip to content

Commit

Permalink
Merge pull request #8 from petarvujovic98/multi-guest
Browse files Browse the repository at this point in the history
[WIP]: Powdr Input Deserialization
  • Loading branch information
CeciliaZ030 authored Feb 26, 2024
2 parents 69484a9 + 95b9a09 commit ce73045
Show file tree
Hide file tree
Showing 9 changed files with 497 additions and 2,492 deletions.
13 changes: 8 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"rust-analyzer.cargo.features": "all",
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./raiko-guests/succinct/Cargo.toml",
]
"rust-analyzer.cargo.features": "all",
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./raiko-guests/powdr/Cargo.toml",
"./raiko-guests/risc0/Cargo.toml",
"./raiko-guests/sgx/Cargo.toml",
"./raiko-guests/succinct/Cargo.toml"
]
}
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce73045

Please sign in to comment.