-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZK-1337: Create http server which serves bindings functions #96
base: main
Are you sure you want to change the base?
Conversation
|
macros-core = { path = "crates/macros-core" } | ||
macros = { path = "crates/macros" } | ||
powers-of-tau = { path = "crates/powers-of-tau" } | ||
shielder-account = { path = "crates/shielder-account" } | ||
shielder-contract = { path = "crates/shielder-contract" } | ||
shielder-relayer = { path = "crates/shielder-relayer" } | ||
shielder-setup = { path = "crates/shielder-setup" } | ||
type-conversions = { path = "crates/type-conversions" } | ||
shielder_bindings = { path = "crates/shielder_bindings" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep them sorted (I will look for some lint to check this automatically)
[package] | ||
name = "macros-core" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really need yet another crate? why can't its content belong to macros
?
[package] | ||
name = "macros" | ||
version = "0.1.0" | ||
edition = "2021" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can inherit many attributes from the workspace
No description provided.