Add a heap visualization tool.
This commit is contained in:
12
tools/heapviz/Cargo.toml
Normal file
12
tools/heapviz/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "heapviz"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Guillaume Endignoux <guillaumee@google.com>",
|
||||
]
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ncurses = "5.99.0"
|
||||
regex = "1"
|
||||
Reference in New Issue
Block a user