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

9
stdsrv/Cargo.toml Normal file
View File

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