imara_diff_library
Wilfred Hughes 2025-05-21 00:13:29 +07:00
parent bbe681013d
commit 1341ec68e5
1 changed files with 3 additions and 3 deletions

@ -37,9 +37,9 @@ $ RAYON_NUM_THREADS=1 cargo build --release
Difftastic depends on
[tree_magic_mini](https://docs.rs/tree_magic_mini/latest/tree_magic_mini/),
which access the MIME database on the current system. The MIME database is
used to recognise file types, to ensure that binary files are not
compared as text.
which accesses the MIME database on the current system. The MIME
database is used to recognise file types, so difftastic does not try
to compoare binary files as text.
This means that the difftastic package should depend on a MIME
database package, if available.