Fix issue with GC API implementation

This commit is contained in:
KingRainbow44
2022-05-22 23:42:07 -04:00
parent 8383fcfd1f
commit 5c57a2bde0
5 changed files with 12 additions and 7 deletions

View File

@@ -34,8 +34,9 @@ registry = "1.2.1"
# Program opener.
open = "2.1.2"
# Serialization library.
# Serialization.
serde_json = "1"
base64 = "0.13.0"
# Dependencies for the HTTP(S) proxy.
http = "0.2"