Update readme and cargo metadata

This commit is contained in:
Armin Ronacher 2021-01-24 02:25:42 +01:00
parent 1cb52414b4
commit 74a3ed0dd8
3 changed files with 26 additions and 3 deletions

View file

@ -4,8 +4,10 @@ version = "0.1.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>"]
edition = "2018"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "A diff library for Rust"
repository = "https://github.com/mitsuhiko/similar"
keywords = ["diff", "difference", "udiff", "compare", "changes"]
readme = "README.md"
[dev-dependencies]
insta = "1.5.2"