first commit

This commit is contained in:
Yakumo Hokori
2026-02-04 22:09:54 +08:00
commit 5cecc46d7a
11 changed files with 3142 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "diskmanager"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk4 = "0.5"
glib = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.5"