neotheprogramist / cairo-webauthn

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

Feat/4/1 Crate setup and build script #42

Open piniom opened 9 months ago

piniom commented 9 months ago

In this PR I've created a new rust crate that will be used to test the cairo code. The cairo code is compiled automatically with a rust build script. There is one simple test as a proof of concept. Currently I'm using a local version of cairo_args_runner so that I can add any required functionality quickly. Later a new version of the runner will be published and the dependency will be updated accordingly.