mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-24 04:32:56 +00:00
6 lines
60 B
Rust
6 lines
60 B
Rust
mod cvs;
|
|
pub use cvs::*;
|
|
|
|
pub mod v1;
|
|
|
|
pub mod binstall_v1;
|