initial commit

This commit is contained in:
2023-12-27 15:27:51 -07:00
commit 6d8cdf58ca
5 changed files with 2043 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "mintee"
version = "0.0.1"
edition = "2021"
[dependencies]
git2 = "0.18.1"
pulldown-cmark = "0.9.3"
syntect = "5.1.0"
tera = "1.19.1"
toml = "0.8.8"