9c4493c1a4
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
396 B
TOML
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"] }
|