Skip to content

Commit f540792

Browse files
committed
Fill in some C API metadata
Closes #44
1 parent 8c70079 commit f540792

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/capi/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "rustc-demangle-capi"
33
version = "0.1.0"
44
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"
510

611
[lib]
712
name = "rustc_demangle"

0 commit comments

Comments
 (0)