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