add: vibe-coded basic structure

This commit is contained in:
2025-12-17 20:01:04 -08:00
commit b2fab32d37
5 changed files with 1538 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rikidown"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
git2 = "0.20.3"
markdown = "1.0.0"
rouille = "3.6.2"