(maint) Added correct licenses and deps
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
fd2b1f73aa
commit
ab60127530
6 changed files with 1255 additions and 0 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -9,4 +9,15 @@ edition = "2021"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
|
||||
[[bin]]
|
||||
name = "fediblog"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
chrono = "0.4.31"
|
||||
diesel = { version = "2.1.3", features = ["postgres", "extras"] }
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue