Output results in JSON format
[hlquery.git] / Cargo.toml
index f3349da27814d57a8a475ef8e7eeeb63c938b092..a4782a99236a476a1bbf75c563fae2bb0a9fa845 100644 (file)
@@ -6,4 +6,5 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-a2s = "0.5.1"
+a2s = { version = "0.5.1", features = ["serialization"] }
+serde_json = "1.0.93"