From 71adf67727570d56647e9e53e1c8d9477bdcc153 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Mon, 24 Jun 2024 21:04:36 +0200 Subject: [PATCH] Add description and repository to manifest --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c8ec4c..a28db8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "eagle" version = "0.2.0" -edition = "2021" +description = "A simple library for creating RPC protocols." +repository = "https://git.colon-three.com/kodi/eagle" +authors = ["KodiCraft "] license = "AGPL-3.0" -publish = ["gitea"] +edition = "2021" resolver = "2" [features]