ai generated

This commit is contained in:
Intege-rs
2026-02-03 03:33:48 -05:00
commit f8e3e4ae8e
8 changed files with 801 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "hash2"
version = "0.1.0"
edition = "2024"
[features]
[dependencies]
ordered-float = "5.1.0"
hash2_derive = { path = "hash2_derive" }
uuid = { version = "*", optional = true }