diff --git a/Cargo.toml b/Cargo.toml index 4a1142a..39fa427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "plugin_uploader" +name = "multi-ssh" version = "0.1.0" edition = "2021" diff --git a/src/main.rs b/src/main.rs index b2b52f4..1a0433e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,8 @@ use std::path::PathBuf; const SERVERS_ENV_VAR: &str = "PLUGIN_UPLOADER_SERVERS"; +//TODO add upload and command subcommands + /// Uploads a plugin to one or multiple configured servers. /// /// By default, older versions of the plugin will be deleted.