0c9c32ecdb
If a module has a path attribute use this as the module path to parse.
9 lines
124 B
TOML
9 lines
124 B
TOML
[package]
|
|
name = "mod_path"
|
|
version = "0.1.0"
|
|
authors = ["cbindgen"]
|
|
|
|
[lib]
|
|
name = "mod_path"
|
|
crate-type = ["lib", "dylib"]
|