From b3fa390c72d6d81f3d6f74bcfacfc11e23457674 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Mon, 26 Jul 2021 11:42:24 -0400 Subject: [PATCH] Add more info to Cargo.toml, update name --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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