From 5a2cf10883c4f2d87ccc476382344c68bd03a8e8 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Thu, 18 Aug 2022 15:50:10 -0400 Subject: [PATCH] Add a little cargo metadata --- Cargo.toml | 3 +++ src/parse.rs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d05f09d..3c2d7d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "aviary-cli" version = "0.1.0" edition = "2021" +authors = ["Emi Simpson "] +description = "Create and download E2E encrypted image galleries" +repository = "https://fem.mint.lgbt/Emi/aviary-cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/parse.rs b/src/parse.rs index 748fa52..de8a465 100644 --- a/src/parse.rs +++ b/src/parse.rs @@ -4,7 +4,7 @@ use clap::{Parser, Subcommand}; #[derive(Clone, Debug, Parser)] #[clap(name = "aviary")] -/// Create Aviary galleries +/// Create and download E2E encrypted image galleries pub struct Args { /// The null pointer server to use