cindy 0.2.1

Managing infrastructure at breakneck speed.
Documentation
1
2
3
4
5
6
7
//! Debian/Ubuntu-specific modules.
//!
//! Modules here assume a Debian-family remote (the `apt`/`dpkg`
//! toolchain). Grouping them under `debian` keeps distro-specific
//! package management distinct from the cross-distro builtins.

pub mod apt;