We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c70079 commit f540792Copy full SHA for f540792
crates/capi/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "rustc-demangle-capi"
3
version = "0.1.0"
4
authors = ["Torste Aikio <[email protected]>"]
5
+description = """
6
+C API for the `rustc-demangle` crate
7
+"""
8
+license = "MIT/Apache-2.0"
9
+repository = "https://github.com/alexcrichton/rustc-demangle"
10
11
[lib]
12
name = "rustc_demangle"
0 commit comments