Output results in JSON format
[hlquery.git] / Cargo.toml
1 [package]
2 name = "hlquery"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 a2s = { version = "0.5.1", features = ["serialization"] }
10 serde_json = "1.0.93"