generated from alecodes/base-template
feat: add basic template functionality
This commit is contained in:
parent
b6c909f6f4
commit
6bf3947df3
5 changed files with 52 additions and 3 deletions
|
|
@ -5,6 +5,8 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = "0.8.1"
|
||||
minijinja = "2.7.0"
|
||||
notify = "8.0.0"
|
||||
serde = "1.0.217"
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
|
||||
tower-livereload = "0.9.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue