16 lines
233 B
TOML
16 lines
233 B
TOML
[package]
|
|
name = "hashlink"
|
|
version = "0.9.999"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
serde = ["hashlink/serde"]
|
|
serde_impl = ["hashlink/serde_impl"]
|
|
|
|
[dependencies.hashlink]
|
|
version = "0.10.0"
|
|
default-features = false
|