Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 20, 2024
1 parent fdff622 commit e487a1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "pippo"
version = "0.0.1-SNAPSHOT"
authors = ["Nico Bellack <@bellackn>", "Tobias Richter <@tobias-richter>", "Benjamin Sommerfeld"]
authors = ["Nico Bellack", "Tobias Richter", "Benjamin Sommerfeld"]
description = "Rust-powered tool to communicate with Adobe Cloud Manager"
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/wcm-io-devops/pippo"
repository = "https://github.com/wcm-io-devops/pippo"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/clap_models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::{ArgAction, Parser, Subcommand};
#[clap(
author,
version,
about = "Rust-powered tool to communicate with Adobe Cloud Manager",
about,
long_about = None
)]
#[clap(propagate_version = true)]
Expand Down

0 comments on commit e487a1b

Please sign in to comment.