13 lines
196 B
TOML
13 lines
196 B
TOML
[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 }
|