updates to attempt at common lisp server
This commit is contained in:
parent
d8740cdb73
commit
0cad38bb05
6 changed files with 543 additions and 42 deletions
|
@ -14,3 +14,7 @@ env_logger = "0.10.0"
|
|||
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"
|
||||
futures = "0.3.28"
|
||||
futures-util = "0.3.28"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue