Skip to content

Commit

Permalink
Add fields to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed Mar 10, 2020
1 parent ee60256 commit 87f23db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "multi-eq"
version = "0.1.0"
authors = ["Benjamin Levy <[email protected]>"]
edition = "2018"
description = "Macros for creating custom equality trait derives"
repository = "https://github.com/Wright-Language-Developers/multi-eq-rs/"
readme = "README.md"
keywords = ["eq", "equality", "trait", "derive", "macro"]
license = "MIT"

[dependencies]
quote = "1.0.3"
Expand Down

0 comments on commit 87f23db

Please sign in to comment.