Initial implementation
This commit is contained in:
commit
3308d7b4d6
9 changed files with 785 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "similar"
|
||||
version = "0.1.0"
|
||||
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
diffs = "0.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.5.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue