mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-20 09:36:42 +00:00
6 lines
105 B
Rust
6 lines
105 B
Rust
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
|
|
|
pub use bytes;
|
|
pub mod download;
|
|
pub mod remote;
|
|
mod utils;
|