mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 11:40:04 +00:00
Rename lib to binstalk (#361)
This commit is contained in:
parent
a94d83f0d5
commit
e25aa50ec9
49 changed files with 25 additions and 25 deletions
10
crates/binstalk/src/lib.rs
Normal file
10
crates/binstalk/src/lib.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
pub mod bins;
|
||||
pub mod drivers;
|
||||
pub mod errors;
|
||||
pub mod fetchers;
|
||||
pub mod fs;
|
||||
pub mod helpers;
|
||||
pub mod manifests;
|
||||
pub mod ops;
|
||||
|
||||
pub use detect_targets::{get_desired_targets, DesiredTargets};
|
Loading…
Add table
Add a link
Reference in a new issue