add: vibe-coded basic structure
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user