mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-24 16:28:11 -07:00
Remove unneeded image dependencies
This removes a bunch of dependencies we aren't using and reduces the binary size by 0.7 MB.
This commit is contained in:
committed by
Will Greenberg
parent
c47be1074b
commit
7b897c335d
+1
-1
@@ -30,6 +30,6 @@ tokio-stream = "0.1.14"
|
||||
futures = "0.3.30"
|
||||
clap = { version = "4.5.2", features = ["derive"] }
|
||||
serde_json = "1.0.114"
|
||||
image = "0.25.1"
|
||||
image = { version = "0.25.1", default-features = false, features = ["png", "gif"] }
|
||||
tempfile = "3.10.1"
|
||||
simple_logger = "5.0.0"
|
||||
|
||||
Reference in New Issue
Block a user