diff --git a/Cargo.toml b/Cargo.toml index 84d0381..490a319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "mc-server-info" version = "0.1.0" edition = "2024" +license-file = "license.md" +description = "A minecraft server status tool" + +[package.metadata.deb] +maintainer = "Penelope Gwen " +section = "Games" +revision = "2" [dependencies] ansi_term = "0.12.1"