This commit is contained in:
Matthieu Jolimaitre 2025-08-22 12:29:55 +02:00
commit 0f8550b517
21 changed files with 584 additions and 0 deletions

7
mousquetaire/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "mousquetaire"
version = "0.1.0"
edition = "2024"
[dependencies]
mousquet = { path = "../mousquet" }