feat(server): started friend & reworked deps
This commit is contained in:
parent
bd8135e2ad
commit
83433186f3
7 changed files with 328 additions and 7 deletions
|
|
@ -6,3 +6,10 @@ resolver = "3"
|
|||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
smol_str = { version = "0.3.5", features = ["serde"] }
|
||||
minijinja = "2.15.1"
|
||||
tracing = "0.1.41"
|
||||
log = "0.4.29"
|
||||
|
||||
froxy-templates = { path = "./templates" }
|
||||
froxy-scraper = { path = "./scraper" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue