From f9a66d6457aa2aeaf702ae385f986e8df561b618 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sat, 8 Oct 2022 13:20:30 -0600 Subject: [PATCH] Add release info to Cargo.toml --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f285ccd..f716ab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,17 @@ name = "lunanode" version = "0.1.0" edition = "2021" +authors = ["Tait Hoyem "] +description = "Tired of using a web interface for your VPS, Email, and domain provider? Check out this tool! It's a CLI tool for Lunanode: A Canadian VPS hosting company." +license = "agpl-3-only" +readme = "README.md" +repository = "https://git.tait.tech/tait/lunanode/" +keywords = ["vps", "cli", "email", "domain", "hosting", "api"] +categories = ["cli", "api"] + +[package.metadata.release] +release = true +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html