chore: setup sesam-vitale lib with crossplatform ssv usage

This commit is contained in:
2024-07-23 14:15:06 +02:00
parent 920b3e119b
commit a194b2d888
15 changed files with 219 additions and 0 deletions

View File

@ -0,0 +1,5 @@
mod ssvlib_demo;
fn main() {
ssvlib_demo::demo();
}