0.2.2
| 2020年8月31日 |
0.2.1
|
2020年8月30日
|
0.2.0
| 2020年5月6日 |
0.1.0
| 2019年3月25日 |
#328 in 构建工具
2,594 每月下载量
用于 6 crates
通过解析 cargo locate-project
的输出获取 Cargo 清单路径。
示例
use locate_cargo_manifest::locate_manifest;
let manifest_path = locate_manifest().expect("failed to retrieve cargo manifest path");
assert!(manifest_path.ends_with("Cargo.toml"));