4980beec0a
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
322 B
TOML
17 lines
322 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"
|
|
|
|
[dev-dependencies]
|
|
insta = { version = "1.47", features = ["yaml"] }
|