Started qmcc rust core libary

This commit is contained in:
alexander
2025-11-24 07:32:55 +01:00
parent a9f67f420e
commit b0742b6062
10 changed files with 951 additions and 0 deletions

8
core-qmcc/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "core-qmcc"
version = "0.1.0"
edition = "2024"
[dependencies]
logos = "0.15.1"
anyhow = "1.0.100"