move to rocket + refactor
This commit is contained in:
parent
b0e80dd3e8
commit
b8caa43972
11 changed files with 686 additions and 886 deletions
|
@ -4,18 +4,16 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.4.1"
|
||||
chrono = "0.4.38"
|
||||
env_logger = "0.10.1"
|
||||
futures = "0.3.30"
|
||||
log = "0.4.20"
|
||||
maud = "0.25.0"
|
||||
mdq = { git = "https://git.hydrar.de/mdtools/mdq", version = "0.3.0" }
|
||||
mdq = { git = "https://git.hydrar.de/mdtools/mdq" }
|
||||
mongodb = "2.8.0"
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
rocket_cors = "0.6.0"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_yaml = "0.9.34"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
toml = "0.8.8"
|
||||
uuid = { version = "1.8.0", features = ["v4"] }
|
||||
web-base = "0.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue