cargo-autodd 0.1.8

Automatically update dependencies in Cargo.toml
Documentation
1
2
3
4
5
6
7
8
9
mod analyzer;
mod reporter;
#[cfg(test)]
mod tests;
mod updater;

pub use analyzer::DependencyAnalyzer;
pub use reporter::DependencyReporter;
pub use updater::DependencyUpdater;