File: Cargo.toml.orig

package info (click to toggle)
rust-difflib 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
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 <[email protected]>"]
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"