mirror of
https://github.com/uutils/diffutils.git
synced 2026-07-06 02:12:13 -04:00
12 lines
245 B
TOML
12 lines
245 B
TOML
[package]
|
|
name = "diffutils"
|
|
version = "0.3.0"
|
|
edition = "2018"
|
|
description = "A CLI app for generating diff files"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/notriddle/diffutils"
|
|
|
|
[[bin]]
|
|
name = "diffutils"
|
|
path = "main.rs"
|