refactor to rocket
This commit is contained in:
parent
e1c45d6a45
commit
7507f94141
14 changed files with 1194 additions and 895 deletions
|
@ -6,16 +6,14 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-files = "0.6.2"
|
||||
actix-web = "4.2.1"
|
||||
chrono = "0.4.22"
|
||||
env_logger = "0.9.3"
|
||||
log = "0.4.17"
|
||||
gnupg-rs = "0.1.0"
|
||||
web-base = "0.2"
|
||||
serde = {version = "1.0.147", features = ["derive"] }
|
||||
serde_json = "1.0.87"
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
maud = "0.24.0"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
rocket = "0.5.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue