feat(server): working friend page
This commit is contained in:
parent
83433186f3
commit
0b17c760cb
2126 changed files with 35620 additions and 42 deletions
|
|
@ -7,7 +7,7 @@ publish = false
|
|||
[dependencies]
|
||||
axum = { version = "0.8.8", features = ["macros"] }
|
||||
axum-extra = { version = "0.12.5", features = ["routing"] }
|
||||
tower-http = {version = "0.6.2", features = ["trace"] }
|
||||
tower-http = { version = "0.6.2", features = ["fs", "trace"] }
|
||||
tracing-subscriber = { version = "0.3.19", features=["env-filter"] }
|
||||
serde = { workspace = true }
|
||||
smol_str = { workspace = true }
|
||||
|
|
@ -18,3 +18,6 @@ log = {workspace = true }
|
|||
|
||||
froxy-templates = { workspace = true }
|
||||
froxy-scraper = { workspace = true }
|
||||
color-eyre = "0.6.5"
|
||||
cached = { version = "0.56.0", features = ["async", "async_tokio_rt_multi_thread"] }
|
||||
rustc-hash = "2.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue