Skip to content

Commit

Permalink
Rename sub-crates to publishable names in preparation to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
drskalman committed Nov 11, 2024
1 parent 2d6e73a commit 42f6ca5
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
resolver = "2"
members = [
"common",
"ring",
"w3f-plonk-common",
"ring-proof",
]

[workspace.dependencies]
Expand Down
3 changes: 2 additions & 1 deletion ring/Cargo.toml → ring-proof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[package]
name = "ring"
version = "0.1.0"
Expand All @@ -15,7 +16,7 @@ ark-poly.workspace = true
ark-serialize.workspace = true
fflonk.workspace = true
rayon = { workspace = true, optional = true }
common = { path = "../common", default-features = false }
common = { path = "../w3f-plonk-common", default-features = false }
arrayvec = { version = "0.7", default-features = false }
ark-transcript = { version = "0.0.2", default-features = false }

Expand Down
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 42f6ca5

Please sign in to comment.