Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-ewan committed Oct 30, 2024
1 parent de8b4a1 commit 9569d51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/s3n/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
rust-version.workspace = true
repository.workspace = true
license.workspace = true
description = "incredible squaring avs in rust"
description = "secure sourcing service network, s3n in rust"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bin/s3n/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::fmt;

/// Incredible squaring main entry point interface
#[derive(Debug, Parser)]
#[command(author, about = "Incredible squaring avs", long_about = None)]
#[command(author, about = "S3N", long_about = None)]
pub struct Cli<Ext: clap::Args + fmt::Debug = NoArgs> {
#[command(subcommand)]
command: Commands<Ext>,
Expand Down
2 changes: 1 addition & 1 deletion bin/s3n/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Incredible Squaring AVS
//! S3N
/// Cli
pub mod cli;
/// Commands
Expand Down

0 comments on commit 9569d51

Please sign in to comment.