moving to using a rust api
This commit is contained in:
parent
2d1424aeb2
commit
f00ed3a04c
12 changed files with 1044 additions and 272 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -6,8 +6,6 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
multer = "2.1.0"
|
||||
actix = "0.13.0"
|
||||
actix-rt = "2.8.0"
|
||||
actix-web = "4.3.1"
|
||||
env_logger = "0.10.0"
|
||||
|
@ -15,6 +13,11 @@ reqwest = { version = "0.11.18", features = ["json", "multipart"] }
|
|||
serde = "1.0.163"
|
||||
serde_json = "1.0.96"
|
||||
async-std = "1.12.0"
|
||||
actix-multipart = "0.6.0"
|
||||
actix-multipart = "0.6.1"
|
||||
futures = "0.3.28"
|
||||
futures-util = "0.3.28"
|
||||
futures-util = "0.3.28"
|
||||
log = "0.4.20"
|
||||
uuid = "1.6.1"
|
||||
sanitize-filename = "0.5.0"
|
||||
lettre = { version = "0.11.3", features = ["smtp-transport"] }
|
||||
markup = "0.15.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue