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]