Skip to content

Commit

Permalink
chore(zink): sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Oct 25, 2023
1 parent c89937a commit 2123154
Show file tree
Hide file tree
Showing 40 changed files with 22 additions and 11 deletions.
26 changes: 15 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[workspace]
members = [
"abi",
"cli",
"cli/conta",
"cli/elko",
"codegen",
"codegen/opcodes",
"compiler",
"crates/abi",
"crates/codegen",
"crates/opcodes",
"crates/zint",
"utils/conta",
"utils/elko",
"zink/codegen",
"zint",
]
resolver = "2"

Expand Down Expand Up @@ -52,15 +52,15 @@ wasm-opt = "0.113.0"
wasmparser = "0.107.0"
wat = "1.0.75"

elko = { path = "utils/elko", version = "=0.1.4" }
opcodes = { package = "evm-opcodes", path = "crates/opcodes", version = "=0.0.3", features = ["data"] }
zabi = { path = "crates/abi", version = "=0.1.4" }
elko = { path = "cli/elko", version = "=0.1.4" }
opcodes = { package = "evm-opcodes", path = "codegen/opcodes", version = "=0.0.3", features = ["data"] }
zabi = { path = "abi", version = "=0.1.4" }
zinkup = { path = "cli", version = "=0.1.4" }
zingen = { path = "codegen", version = "=0.1.4" }
zinkc = { path = "compiler", version = "=0.1.4" }
zink = { path = ".", version = "=0.1.4" }
zink-codegen = { path = "crates/codegen", version = "=0.1.4" }
zint = { path = "crates/zint", version = "=0.1.4" }
zink-codegen = { path = "zink/codegen", version = "=0.1.4" }
zint = { path = "zint", version = "=0.1.4" }

[profile]
dev = { panic = "abort"}
Expand All @@ -79,6 +79,10 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme = "zink/README.md"

[lib]
path = "zink/src/lib.rs"

[dependencies]
zink-codegen.workspace = true
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.
7 changes: 7 additions & 0 deletions zink/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Zink

The standard library for zink projects.

## LICENSE

GPL-3.0
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 2123154

Please sign in to comment.