Added basic models and schemas.
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
ab60127530
commit
b330bea46d
18 changed files with 250 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ name = "fediblog"
|
|||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
chrono = "0.4.31"
|
||||
diesel = { version = "2.1.3", features = ["postgres", "extras"] }
|
||||
diesel = { version = "2.1.3", features = ["postgres", "extras", "uuid"] }
|
||||
dotenvy = "0.15.7"
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
uuid = { version = "1.0.0", features = ["serde", "v4", "v7"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue