thp/Cargo.toml

14 lines
328 B
TOML
Raw Normal View History

2022-11-18 17:40:09 +00:00
[package]
2023-09-08 01:32:59 +00:00
name = "thp"
version = "0.1.2"
2022-11-18 17:40:09 +00:00
edition = "2021"
2022-11-18 17:40:09 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-09-12 14:05:22 +00:00
ariadne = { version = "0.4.1", features = ["auto-color"] }
2023-12-13 01:57:52 +00:00
colored = "2.1.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"