2.3.0
This commit is contained in:
parent
3319f77693
commit
47f46257d4
1 changed files with 7 additions and 5 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,7 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "similar"
|
name = "similar"
|
||||||
version = "2.2.1"
|
version = "2.3.0"
|
||||||
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>", "Brandon Williams <bwilliams.eng@gmail.com>"]
|
authors = [
|
||||||
|
"Armin Ronacher <armin.ronacher@active-4.com>",
|
||||||
|
"Pierre-Étienne Meunier <pe@pijul.org>",
|
||||||
|
"Brandon Williams <bwilliams.eng@gmail.com>",
|
||||||
|
]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.41"
|
rust-version = "1.41"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
@ -9,9 +13,7 @@ description = "A diff library for Rust"
|
||||||
repository = "https://github.com/mitsuhiko/similar"
|
repository = "https://github.com/mitsuhiko/similar"
|
||||||
keywords = ["diff", "difference", "patience", "compare", "changes"]
|
keywords = ["diff", "difference", "patience", "compare", "changes"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
exclude = [
|
exclude = ["assets/*"]
|
||||||
"assets/*"
|
|
||||||
]
|
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue