description and license in Cargo.toml

master
brnrs 5 years ago
parent 8c720a77c7
commit f121bfa40a
  1. 2
      Cargo.toml

@ -3,6 +3,8 @@ name = "eventear"
version = "0.1.0"
authors = ["brnrs <brnrs@brnrs.pl>"]
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

Loading…
Cancel
Save