diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-20 17:17:08 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-20 17:36:48 +0200 |
| commit | 45dab968221976d915fabf5ea279e6078cfe9591 (patch) | |
| tree | d7dfa39ae9f7112973aeb97d21522145ada3d387 /Cargo.toml | |
| parent | add async docs to macro crate and bump version (diff) | |
prepare for release on crates.io
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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" } |
