You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
363 B
16 lines
363 B
[package]
|
|
name = "cwdemangle"
|
|
version = "0.1.6"
|
|
edition = "2018"
|
|
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"]
|
|
rust-version = "1.58"
|
|
|
|
[dependencies]
|
|
argh = "0.1.8"
|
|
|