Replies: 1 comment
-
Implemented via #22. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A Cargo workspace seems like over-engineering to me because (i) we only have the Merkle API as a backend service for V2, and (ii) we don't expect any additional web service to be built any time soon (for V2).
Thus, I suggest starting small and maintaining a single binary Rust project instead of a workspace until that becomes necessary.
Cc @razgraf @gavriliumircea
Beta Was this translation helpful? Give feedback.
All reactions