Files
cbindgen/tests/rust/mod_path/Cargo.toml
T
Dan Robertson 0c9c32ecdb Improve module path parsing
If a module has a path attribute use this as the module path to parse.
2018-03-14 13:42:18 -05:00

9 lines
124 B
TOML

[package]
name = "mod_path"
version = "0.1.0"
authors = ["cbindgen"]
[lib]
name = "mod_path"
crate-type = ["lib", "dylib"]