Add a little cargo metadata

This commit is contained in:
Emi Simpson 2022-08-18 15:50:10 -04:00
parent 8832fef8c0
commit 5a2cf10883
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
name = "aviary-cli"
version = "0.1.0"
edition = "2021"
authors = ["Emi Simpson <emi@alchemi.dev>"]
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

View File

@ -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