chore: added apache license, added types to export

This commit is contained in:
2026-04-27 19:28:10 +02:00
parent 878508fbd3
commit 4570d6826f
8 changed files with 194 additions and 7 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "blake3-wasm-rs"
version = "0.5.1"
version = "0.5.2"
edition = "2024"
license = "MIT"
authors = ["UneBaguette <[email protected]>"]
license = "MIT OR Apache-2.0"
authors = ["Thomas <[email protected]>"]
publish = false
repository = "https://github.com/UneBaguette/blake3.wasm"
description = "Simple blake3 to wasm project"