cwdemangle/Cargo.toml

16 lines
341 B
TOML
Raw Normal View History

2022-09-03 05:47:21 -07:00
[package]
name = "cwdemangle"
2022-11-27 13:29:28 -08:00
version = "0.1.4"
2022-09-03 05:49:53 -07:00
edition = "2018"
2022-09-03 05:47:21 -07:00
authors = ["Luke Street <luke@street.dev>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/encounter/cwdemangle"
readme = "README.md"
description = """
CodeWarrior C++ symbol demangler
"""
categories = ["command-line-utilities"]
[dependencies]
argh = "0.1.8"