12 lines
248 B
TOML
12 lines
248 B
TOML
[package]
|
|
name = "jay-criteria"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-utils = { path = "../utils" }
|
|
|
|
ahash = "0.8.7"
|
|
linearize = { version = "0.1.3", features = ["derive"] }
|
|
regex = "1.11.1"
|