Initial commit.

This commit is contained in:
Olivia Brooks
2025-11-23 10:18:59 -05:00
commit 0a2c93748d
4 changed files with 299 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "md_undo"
version = "0.1.0"
edition = "2024"
[dependencies]
hex = "0.4.3"
hex-literal = "1.1.0"
md2 = "0.10.2"
rand = "0.9.2"