first commit

This commit is contained in:
2025-11-09 01:06:25 +02:00
commit dbaa2feb48
28 changed files with 1551 additions and 0 deletions

7
cracked_md/Cargo.toml Normal file
View File

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