Remove unused crates

This commit is contained in:
Ethan O'Brien
2024-04-13 19:12:17 -05:00
parent ae7725c9f0
commit 648491cd26
2 changed files with 10 additions and 448 deletions

View File

@ -8,7 +8,6 @@ actix-web = { version = "4.5.1", features = [ "openssl" ] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
openssl = { version = "0.10" }
base64 = "0.21.5"
reqwest = { version = "0.11", features = ["blocking"] }
json = "0.12.4"
rand = "0.8.5"
lazy_static = "1.4.0"
@ -19,6 +18,5 @@ md5 = "0.7.0"
urlencoding = "2.1.3"
sha1 = "0.10.6"
substring = "1.4.5"
libmath = "0.1.4"
uuid = { version = "1.8.0", features = ["v4"] }
rsa = "0.9.6"