initial commit

This commit is contained in:
nora 2023-07-02 13:28:57 +02:00
commit 321af3e846
11 changed files with 1183 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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"