(feat) Server is now running

Added DB schemas that are needed for the basics.

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-10-17 18:20:02 +01:00
parent b330bea46d
commit cf80d4b70d
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
11 changed files with 111 additions and 24 deletions

View file

@ -15,8 +15,8 @@ edition = "2021"
name = "fediblog"
[dependencies]
axum = "0.6.20"
chrono = "0.4.31"
axum = {version = "0.6.20", features = ["macros"]}
chrono = {version = "0.4.31", features = ["serde"]}
diesel = { version = "2.1.3", features = ["postgres", "extras", "uuid"] }
dotenvy = "0.15.7"
serde = { version = "1.0.189", features = ["derive"] }