Skip to content

Commit

Permalink
Remove package.authors from this package
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 15, 2021
1 parent 7baddf5 commit 5faa739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "cargo-equip"
version = "0.17.0"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A Cargo subcommand to bundle your code into one `.rs` file for competitive programming."
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use structopt::{clap::AppSettings, StructOpt};

#[derive(StructOpt, Debug)]
#[structopt(
author,
author("Ryo Yamashita <[email protected]>"),
about("Please run as `cargo equip`, not `cargo-equip`."),
bin_name("cargo"),
global_settings(&[AppSettings::DeriveDisplayOrder, AppSettings::UnifiedHelpMessage])
Expand All @@ -56,7 +56,7 @@ pub enum Opt {
Use -h for short descriptions and --help for more detials.
"#}),
author,
author("Ryo Yamashita <[email protected]>"),
usage(
r#"cargo equip [OPTIONS]
cargo equip [OPTIONS] --src <PATH>
Expand Down

0 comments on commit 5faa739

Please sign in to comment.