Files
uutils-diffutils/bin/diffutils/Cargo.toml
T
2024-01-22 22:01:07 +01:00

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"