Write to .crates.toml

This commit is contained in:
Félix Saparelli 2022-07-04 23:53:47 +12:00
parent caf6f3930b
commit 1c2d005fd4
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
6 changed files with 207 additions and 2 deletions

View file

@ -13,6 +13,7 @@ pub use helpers::*;
pub mod bins;
pub mod fetchers;
pub mod metafiles;
mod target;
pub use target::*;