Media server support

Still only works for clients and is not federated. Need to figure out
caching when I get to the federated version
This commit is contained in:
2026-05-30 22:22:16 -07:00
parent 8ba58234e0
commit 0e3600c31f
4 changed files with 61 additions and 11 deletions
+3 -2
View File
@@ -6,8 +6,8 @@ edition = "2024"
[dependencies]
diesel = { version = "2.3.9", features = ["postgres_backend"] }
quinn = "0.11.9"
#fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
fedichat = {path = "../fedichat-lib"}
fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
#fedichat = {path = "../fedichat-lib"}
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
clap = { version = "4.6.1", features = ["derive"] }
@@ -22,4 +22,5 @@ diesel-derive-composite = "0.1.0"
bcrypt = "0.19.1"
time = { version = "0.3.47", features = ["serde"] }
rand = "0.10.1"
uuid = { version = "1.23.2", features = ["v4"] }
#postcard = {version = "1.1.3", features = ["use-std"]}