From f121bfa40a8c8d11a9fa02df3e91b1740c463243 Mon Sep 17 00:00:00 2001 From: brnrs Date: Sun, 26 Apr 2020 17:32:57 +0200 Subject: [PATCH] description and license in Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6ab5c01..6741126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "eventear" version = "0.1.0" authors = ["brnrs "] edition = "2018" +description = "A small crate for creating listeners for events and applying their changes to a state struct." +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html