remove old config

This commit is contained in:
Sylvestre Ledru
2024-01-22 22:33:47 +01:00
parent 7b3001f1ff
commit 7939749338
-11
View File
@@ -1,11 +0,0 @@
[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"