First commit

This commit is contained in:
2025-12-13 00:51:21 +05:00
commit 4f0c1e0f9c
7 changed files with 651 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "md_server_rs"
version = "0.1.0"
edition = "2024"
[dependencies]
regex = "1.12.2"