This commit is contained in:
Sebastian Moser
2026-05-18 18:22:45 +02:00
parent 4a62c235f1
commit 5b895c54dc
31 changed files with 9569 additions and 323 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "c2vi-part"
version = "0.1.0"
edition = "2024"
[lib]
name = "c2vi_part"
path = "c2vi-part.rs"
[dependencies]
mize = { path = "./mize/packages/mize" }
marts = { path = "./mize/packages/marts" }