mirror of
https://github.com/Noratrieb/my-binary-is-thicc-af.git
synced 2026-01-14 19:55:07 +01:00
13 lines
360 B
TOML
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"
|