Add description and repository to manifest
All checks were successful
Build library & run tests / build (unix) (push) Successful in 57s
Build library & run tests / docs (push) Successful in 58s
Build library & run tests / build (tcp) (push) Successful in 1m1s

This commit is contained in:
Kodi Craft 2024-06-24 21:04:36 +02:00
parent b12b382d94
commit 71adf67727
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -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 <kodi@kdcf.me>"]
license = "AGPL-3.0"
publish = ["gitea"]
edition = "2021"
resolver = "2"
[features]