Implement NPPS4 integration

This commit is contained in:
Ethan O'Brien
2024-06-04 11:42:40 -05:00
parent a1e400c1ec
commit cb3a62caa5
4 changed files with 61 additions and 20 deletions

View File

@ -7,6 +7,7 @@ edition = "2021"
actix-web = { version = "4.5.1", features = [ "openssl" ] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.11", features = ["blocking"] }
base64 = "0.21.5"
json = "0.12.4"
rand = "0.8.5"