cargo-port 0.1.3

A TUI for inspecting and managing Rust projects
1
2
3
4
5
6
7
8
9
10
// keymap migration keys

pub(super) const CLEAN_ACTION_KEY: &str = "clean";
pub(super) const CPU_SCOPE_KEY: &str = "cpu";
pub(super) const GIT_SCOPE_KEY: &str = "git";
pub(super) const GLOBAL_SCOPE_KEY: &str = "global";
pub(super) const LANG_SCOPE_KEY: &str = "lang";
pub(super) const PACKAGE_SCOPE_KEY: &str = "package";
pub(super) const PROJECT_LIST_SCOPE_KEY: &str = "project_list";
pub(super) const TARGETS_SCOPE_KEY: &str = "targets";