mirror of
https://github.com/Astatin3/markdown.git
synced 2026-06-09 00:28:05 -06:00
Make the thing
This commit is contained in:
+18
@@ -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"
|
||||
Reference in New Issue
Block a user