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