feat(server): started friend & reworked deps
This commit is contained in:
parent
bd8135e2ad
commit
83433186f3
7 changed files with 328 additions and 7 deletions
|
|
@ -5,7 +5,16 @@ edition = "2024"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.8"
|
||||
axum = { version = "0.8.8", features = ["macros"] }
|
||||
axum-extra = { version = "0.12.5", features = ["routing"] }
|
||||
tower-http = {version = "0.6.2", features = ["trace"] }
|
||||
tracing-subscriber = { version = "0.3.19", features=["env-filter"] }
|
||||
serde = { workspace = true }
|
||||
smol_str = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
minijinja = { workspace = true }
|
||||
tracing = {workspace = true }
|
||||
log = {workspace = true }
|
||||
|
||||
froxy-templates = { workspace = true }
|
||||
froxy-scraper = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue