(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:
parent
b330bea46d
commit
cf80d4b70d
11 changed files with 111 additions and 24 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue