Files
2026-06-05 15:02:57 +02:00

20 lines
396 B
TOML

[package]
name = "whoareyou-provider-hitta"
version.workspace = true
edition.workspace = true
authors.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wit-bindgen = "0.57"
[dev-dependencies]
insta = { version = "1.47", features = ["yaml"] }