Add a little cargo metadata
This commit is contained in:
parent
8832fef8c0
commit
5a2cf10883
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue