mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
13 lines
377 B
TOML
13 lines
377 B
TOML
[package]
|
|
name = "diff"
|
|
version = "0.1.0"
|
|
authors = ["Michael Howell <michael@notriddle.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
context-diff = { path = "../../lib/context-diff" }
|
|
normal-diff = { path = "../../lib/normal-diff" }
|
|
unified-diff = { path = "../../lib/unified-diff" }
|