mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Added b2sum and b3sum utility entries
This commit is contained in:
parent
e1a611374a
commit
2cd84c2b70
1 changed files with 2 additions and 0 deletions
2
build.rs
2
build.rs
|
@ -116,6 +116,8 @@ pub fn main() {
|
||||||
phf_map.entry("sha3-512sum", &map_value);
|
phf_map.entry("sha3-512sum", &map_value);
|
||||||
phf_map.entry("shake128sum", &map_value);
|
phf_map.entry("shake128sum", &map_value);
|
||||||
phf_map.entry("shake256sum", &map_value);
|
phf_map.entry("shake256sum", &map_value);
|
||||||
|
phf_map.entry("b2sum", &map_value);
|
||||||
|
phf_map.entry("b3sum", &map_value);
|
||||||
tf.write_all(
|
tf.write_all(
|
||||||
format!(
|
format!(
|
||||||
"#[path=\"{dir}/test_{krate}.rs\"]\nmod test_{krate};\n",
|
"#[path=\"{dir}/test_{krate}.rs\"]\nmod test_{krate};\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue