get framework for reviews working

This commit is contained in:
steven-omaha
2023-01-31 12:41:35 +01:00
parent ff579fde3f
commit 62729afb2f
6 changed files with 72 additions and 57 deletions
+1
View File
@@ -16,6 +16,7 @@ pub(crate) struct Rust {
const BINARY: Text = "cargo";
const SECTION: Text = "rust";
const SWITCHES_INSTALL: Switches = &["install"];
const SWITCHES_INFO: Switches = &["search", "--limit", "1"];
const SWITCHES_REMOVE: Switches = &["uninstall"];
impl Backend for Rust {