cwdemangle/Cargo.toml

17 lines
363 B
TOML
Raw Normal View History

2022-09-03 05:47:21 -07:00
[package]
name = "cwdemangle"
2023-02-02 13:00:00 -08:00
version = "0.1.5"
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"]
2023-02-02 12:59:55 -08:00
rust-version = "1.58"
2022-09-03 05:47:21 -07:00
[dependencies]
argh = "0.1.8"