mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
init tera layout
This commit is contained in:
parent
0d155d6ef2
commit
8a32bdda63
6 changed files with 166 additions and 12 deletions
|
|
@ -14,6 +14,7 @@ repository = "https://github.com/YGGverse/yggtrackerd"
|
|||
clap = { version = "4.5", features = ["derive"] }
|
||||
rocket = "0.5"
|
||||
librqbit-core = "5.0"
|
||||
chrono = "0.4.41"
|
||||
url = "2.5"
|
||||
urlencoding = "2.1"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
url = { version = "2.5", features = ["serde"] }
|
||||
urlencoding = "2.1"
|
||||
rocket_dyn_templates = { version = "0.2", features = ["tera"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue