rft-cli 0.5.0

Zero-config Docker Compose isolation for git worktrees
1
2
3
4
5
mod detect;
mod parse;

pub use detect::detect_compose_file;
pub use parse::{BuildConfig, ComposeFile, ComposeService, parse_compose_file};