From 0b3d0965ffee038ee8a6e69a0950d02ad4bf2fd0 Mon Sep 17 00:00:00 2001 From: Harrison Burt <57491488+ChillFish8@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:59:44 +0100 Subject: [PATCH] Update CLI info --- Cargo.toml | 2 +- src/main.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.