cargo-autodd 0.1.2

Automatically update dependencies in Cargo.toml
Documentation
1
2
3
4
5
6
7
mod analyzer;
mod reporter;
mod updater;

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