Adds temporary fixes for #1

This commit is contained in:
neon_arch 2023-04-24 13:12:44 +03:00
parent 68456fc86c
commit 0d1213a241
3 changed files with 163 additions and 1 deletions

View file

@ -15,3 +15,4 @@ actix-web = {version="4"}
actix-files = {version="0.6.2"}
serde_json = {version="*"}
fake-useragent = {version="*"}
clap = {version="*", features = ["derive"] }