Skip to content

Commit

Permalink
move crates into directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dotxlem committed Apr 3, 2024
1 parent 396981d commit bbeb34c
Show file tree
Hide file tree
Showing 128 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "core/components/wasi-secrets"]
path = core/components/wasi-secrets
path = crates/core/components/wasi-secrets
url = https://github.com/akkoro/wasi-secrets.git
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[workspace]
resolver = "2"
members = [
"runtimes/aws-lambda/host",
"runtimes/aws-lambda/guest",
"runtimes/hyper",
"runtimes/components/wasi-secrets/in-memory",
"crates/runtimes/aws-lambda/host",
"crates/runtimes/aws-lambda/guest",
"crates/runtimes/hyper",
"crates/runtimes/components/wasi-secrets/in-memory",
# "builtin/functions/verify-macaroon",
"generator",
"tools",
"core",
"core/guest",
"core/guest/macros",
"core/iomod",
"core/iomod/guest",
"core/io/guest",
"core/io/common",
"cli"
"crates/generator",
"crates/tools",
"crates/core",
"crates/core/guest",
"crates/core/guest/macros",
"crates/core/iomod",
"crates/core/iomod/guest",
"crates/core/io/guest",
"crates/core/io/common",
"crates/cli"
]
exclude = ["examples"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bbeb34c

Please sign in to comment.