Add instance configuration UI and backend
This commit is contained in:
@@ -13,6 +13,7 @@ chrono = { version = "0.4.43", features = ["serde"] }
|
||||
chrono-tz = "0.10.4"
|
||||
dotenvy = "0.15.7"
|
||||
env_logger = "0.11.9"
|
||||
http = "1.4.0"
|
||||
log = "0.4.29"
|
||||
maud = { version = "0.27.0", features = ["axum"] }
|
||||
rand = "0.10.0"
|
||||
@@ -27,4 +28,5 @@ thiserror = "2.0.18"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tower = { version = "0.5.3", features = ["full"] }
|
||||
tower-http = { version = "0.6.8", features = ["full"] }
|
||||
url = { version = "2.5.8", features = ["serde"] }
|
||||
uuid = { version = "1.21.0", features = ["serde", "v7"] }
|
||||
|
||||
Reference in New Issue
Block a user