diff --git a/Cargo.toml b/Cargo.toml index 7d992d4..4c26f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lust" version = "2.0.0" -authors = ["Harrison Burt <57491488+ChillFish8@users.noreply.github.com>"] +authors = ["Harrison Burt "] edition = "2021" documentation = "getting-started.md" readme = "README.md" diff --git a/src/main.rs b/src/main.rs index 54ec436..5efecad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -32,6 +32,7 @@ extern crate tracing; #[derive(Debug, Parser)] +#[clap(author, version, about)] pub struct ServerConfig { #[clap(short, long, env, default_value = "127.0.0.1")] /// The binding host address of the server.