//! Implementations of VCS we can interact with
pubuseself::{commit_message_path::resolve_commit_message_path,config::read_toml,git2::Git2,in_memory::InMemory,vcs::{Error, RepoState, Vcs},};modcommit_message_path;modconfig;modgit2;modin_memory;modvcs;