From 45dab968221976d915fabf5ea279e6078cfe9591 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 20 Oct 2021 17:17:08 +0200 Subject: prepare for release on crates.io --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index da941b2..674efa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,17 @@ version = "1.6.1" authors = ["Max Audron "] edition = "2018" +license = "ISC" +license-file = "LICENSE" +description = "High Level IRC Bot library and instance" +homepage = "https://gitlab.com/cocainefarm/gnulag/catinator" +repository = "https://gitlab.com/cocainefarm/gnulag/catinator" +documentation = "https://docs.rs/catinator" +readme = "README.md" +keywords = ["irc", "bot", "async"] + +exclude = ["deploy", ".cache"] + [dependencies] macros = { package = "catinator_macros", version = "0", path = "./macros" } -- cgit v1.2.3