many changes i made in the last weeks

This commit is contained in:
Sebastian Moser
2026-07-31 00:51:01 +02:00
parent 5b895c54dc
commit 180af16d35
64 changed files with 11633 additions and 1364 deletions

24
dev-part/Cargo.toml Normal file
View File

@@ -0,0 +1,24 @@
[package]
name = "c2vi-dev-part"
version = "0.1.0"
edition = "2024"
[lib]
name = "c2vi_part"
path = "dpart.rs"
[dependencies]
mize = { path = "../mize/mize" }
marts = { path = "../mize/marts" }
cmd_lib = "2.0.0"
indoc = "2.0.7"
clap = "4.6.1"
ciborium = "0.2.2"
dioxus = { version = "0.7.9", features = ["desktop"] }
tracing = "0.1.44"
chrono = "0.4.45"
[features]
target-os = []
target-js = []
target-obsidian = []