summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 2edf6df6a6fc159647a10691c025786ca594cdf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "difflib"
version = "0.4.0"
authors = ["Dima Kudosh <dimakudosh@gmail.com>"]
description = "Port of Python's difflib library to Rust."
documentation = "https://github.com/DimaKudosh/difflib/wiki"
homepage = "https://github.com/DimaKudosh/difflib"
repository = "https://github.com/DimaKudosh/difflib"
keywords = ["difflib", "text", "diff"]
license = "MIT"
include = [
    "**/*.rs",
    "Cargo.toml",
]


[[test]]
name = "tests"