Add release info to Cargo.toml

master
Tait Hoyem 2 years ago
parent 3eafdc3d42
commit f9a66d6457

@ -2,6 +2,17 @@
name = "lunanode"
version = "0.1.0"
edition = "2021"
authors = ["Tait Hoyem <tait@tait.tech>"]
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

Loading…
Cancel
Save