diff --git a/Cargo.toml b/Cargo.toml index f4a21b4..5b8f25f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] -name = "pogchat" +name = "lila-chat" +description = "A basic chat server written in rust" version = "0.6.0" -authors = ["Erin Nova "] +documentation = "https://git.lavender.software/erin/lila-chat/wiki" +repository = "https://git.lavender.software/erin/lila-chat/" +license = "CNPLv6+" +authors = ["Erin Nova ", "Charlotte"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html