[package]
name = "thumb2-stack-size"
version = "0.1.1"
authors = ["dhivael <dhivael.git@eno.space>"]
description = "estimates stack space requirements of thumb2 programs"
readme = "README.md"
keywords = ["stack", "size"]
categories = ["embedded", "development-tools", "command-line-utilities"]
license = "MIT"
repository = "https://git.eno.space/thumb2-stack-size.git/"
[dependencies.argparse]
version = "0.2.1"
[dependencies.rustc-demangle]
version = "0.1.7"
[dependencies.xmas-elf]
version = "0.6.2"