Make the thing

This commit is contained in:
Astatin3
2024-08-03 20:59:56 -06:00
parent 6d335998dd
commit cfc48679fe
3 changed files with 139 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "markdown"
version = "0.1.0"
edition = "2021"
[dependencies]
notify = "6.1.1"
blocking = "1.6.1"
failure = "0.1.8"
hotwatch = "0.5.0"
time = "0.3.36"
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
[[bin]]
name = "markdown"
path = "src/main.rs"