mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 12:40:04 +00:00
Impl new type helpes::CrateName
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3b1b59c097
commit
38c8bc8cf2
2 changed files with 42 additions and 0 deletions
|
@ -34,6 +34,9 @@ pub use path_ext::*;
|
|||
mod tls_version;
|
||||
pub use tls_version::TLSVersion;
|
||||
|
||||
mod crate_name;
|
||||
pub use crate_name::CrateName;
|
||||
|
||||
/// Load binstall metadata from the crate `Cargo.toml` at the provided path
|
||||
pub fn load_manifest_path<P: AsRef<Path>>(
|
||||
manifest_path: P,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue