Skip to content

Commit

Permalink
Merge branch 'main' into mkl-bmul-bdiv
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Jan 21, 2024
2 parents 0c8e9bd + ca684ac commit ea008b3
Show file tree
Hide file tree
Showing 106 changed files with 3,148 additions and 8,651 deletions.
53 changes: 28 additions & 25 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
default-members = [
"macros",
"node",
"primitives",
"runtime/common",
Expand All @@ -23,6 +24,7 @@ default-members = [
"zrml/styx",
]
members = [
"macros",
"node",
"primitives",
"runtime/common",
Expand Down Expand Up @@ -228,6 +230,7 @@ zrml-swaps-rpc = { path = "zrml/swaps/rpc" }

# Zeitgeist (wasm)
common-runtime = { path = "runtime/common", default-features = false }
zeitgeist-macros = { path = "macros", default-features = false }
zeitgeist-primitives = { path = "primitives", default-features = false }
zrml-authorized = { path = "zrml/authorized", default-features = false }
zrml-court = { path = "zrml/court", default-features = false }
Expand Down
Loading

0 comments on commit ea008b3

Please sign in to comment.