aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-10-20 17:17:08 +0200
committerMax Audron <audron@cocaine.farm>2021-10-20 17:36:48 +0200
commit45dab968221976d915fabf5ea279e6078cfe9591 (patch)
treed7dfa39ae9f7112973aeb97d21522145ada3d387 /Cargo.toml
parentadd async docs to macro crate and bump version (diff)
prepare for release on crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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 <audron@cocaine.farm>"]
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" }