From 9ebb2ab46a10db05964f6b63645f427ea659ab16 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 4 Jun 2024 14:19:23 +0100 Subject: [PATCH] cargo: add more definitions to manifest --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b9da252..597cf12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "ambition" version = "0.4.0" edition = "2021" +authors = ["Muhammad Nauman Raza "] +description = "A fast-paced 2D MMORPG." +readme = "README.md" # Squeeze out more performance for `release` builds - very slow compile times [profile.release]