neotheprogramist / cairo-webauthn

Cairo verification of webauthn authentication credentials
GNU General Public License v3.0
0 stars 0 forks source link

Feature/3/1 Reorganize structure of the repo to workspaces #34

Closed piniom closed 9 months ago

piniom commented 9 months ago

The goal of this PR is to organize the folder structure in a tidy manner. There is a single Rust (cargo) workspace, and a single Cairo (scarb) workspace. Both Cargo.toml and Scarb.toml respectively are located in the root directory. This change should help with code readability and maintainability. The complexity of introducing workflows is also greatly reduced.