mirror of
https://github.com/Noratrieb/my-binary-is-thicc-af.git
synced 2026-01-16 04:35:06 +01:00
write some code
This commit is contained in:
parent
076080f31d
commit
5d42b2fcf8
3 changed files with 361 additions and 140 deletions
|
|
@ -8,7 +8,8 @@ edition = "2021"
|
|||
[dependencies]
|
||||
eyre = "0.6.8"
|
||||
object = "0.31.1"
|
||||
rustc-demangle = { version = "0.1.23", features = ["std"] }
|
||||
# I may be depending on things one shall not depend on (the output format).
|
||||
rustc-demangle = { version = "=0.1.23", features = ["std"] }
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_json = "1.0.99"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue