Skip to content

Commit 0c019fc

Browse files
author
Gunter Schmidt
committed
Initial for sdiff
1 parent 2e9d395 commit 0c019fc

7 files changed

Lines changed: 1390 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
chrono = "0.4.38"
19+
const_format = "0.2.35"
1920
diff = "0.1.13"
2021
itoa = "1.0.11"
2122
regex = "1.10.4"
@@ -45,4 +46,5 @@ lto = "thin"
4546
# default = ["cmp_bytes_limit_128_bit"]
4647
# allows to set the --bytes limit from u64 to u128, if limits larger than Exabyte are required.
4748
cmp_bytes_limit_128_bit = []
48-
49+
# instead of limiting to KiB, MiB, etc, one can write kib, mib, Mb or whatever case.
50+
allow_case_insensitive_byte_units = []

0 commit comments

Comments
 (0)