diff options
Diffstat (limited to 'thirdparty/BLAKE3/reference_impl/Cargo.toml')
| -rw-r--r-- | thirdparty/BLAKE3/reference_impl/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/thirdparty/BLAKE3/reference_impl/Cargo.toml b/thirdparty/BLAKE3/reference_impl/Cargo.toml deleted file mode 100644 index 8c81e5ad9..000000000 --- a/thirdparty/BLAKE3/reference_impl/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "reference_impl" -version = "0.0.0" -edition = "2018" - -[lib] -name = "reference_impl" -path = "reference_impl.rs" |