feat: implement cors
This commit is contained in:
parent
77245e98c5
commit
c0f2948b76
2 changed files with 31 additions and 0 deletions
|
@ -9,6 +9,7 @@ lto = true
|
|||
codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
actix-cors = "0.7.1"
|
||||
actix-web = "4.10"
|
||||
argon2 = { version = "0.5.3", features = ["std"] }
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue