my-binary-is-thicc-af/Cargo.toml
2023-07-02 13:28:57 +02:00

13 lines
360 B
TOML

[package]
name = "my-binary-is-thicc-af"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eyre = "0.6.8"
object = "0.31.1"
rustc-demangle = { version = "0.1.23", features = ["std"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"