Initial commit

This commit is contained in:
Pascal Engélibert 2025-07-21 19:34:51 +02:00
commit 00d68d5165
13 changed files with 1129 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "gwrizienn"
version = "0.1.0"
edition = "2024"
[dependencies]
num-traits = "0.2.19"