write some code

This commit is contained in:
nora 2023-07-08 23:54:51 +02:00
parent 076080f31d
commit 5d42b2fcf8
3 changed files with 361 additions and 140 deletions

View file

@ -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"