Skip to content

Commit

Permalink
chore: update authors
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <[email protected]>
  • Loading branch information
berendsliedrecht committed Apr 28, 2023
1 parent 10fb9e4 commit 02f9246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ members = ["crates/*", "tests"]
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = [
"Berend Sliedrecht <[email protected]>",
"Moritz Schlichting <[email protected]>",
"Jean-Louis Leysens <[email protected]>",
]
authors = ["Animo Solutions <[email protected]>"]
description = "Siera is a toolkit that allows you to interact with a Hyperledger Aries Cloud agent."
homepage = "https://siera.animo.id"
documentation = "https://docs.siera.animo.id"
Expand Down
3 changes: 1 addition & 2 deletions crates/cli/src/modules/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ pub enum WalletSubcommands {
CreateLocalDid {
/// The method to be used did or sov
#[clap(long, short, help=HelpStrings::WalletCreateMethod, required = true, default_value="did", value_parser=PossibleValuesParser::new(["did", "sov"]))]

method: String,

/// The key type e.g. ed25519 or bls12381g2
#[clap(long, short, help=HelpStrings::WalletListKeyType, required = true, default_value="ed25519",value_parser=PossibleValuesParser::new(["ed25519", "bls12381g2"]))]
#[clap(long, short, help=HelpStrings::WalletListKeyType, required = true, default_value="ed25519",value_parser=PossibleValuesParser::new(["ed25519", "bls12381g2"]))]
key_type: String,
},

Expand Down

0 comments on commit 02f9246

Please sign in to comment.