Add more info to Cargo.toml, update name

implement-websockets
~erin 2021-07-26 11:42:24 -04:00
parent adb6d054dd
commit b3fa390c72
Signed by: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 6 additions and 2 deletions

View File

@ -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 <erin@the-system.eu.org>"]
documentation = "https://git.lavender.software/erin/lila-chat/wiki"
repository = "https://git.lavender.software/erin/lila-chat/"
license = "CNPLv6+"
authors = ["Erin Nova <erin@the-system.eu.org>", "Charlotte"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html