16 lines
477 B
TOML
16 lines
477 B
TOML
[package]
|
|
name = "influxdb_influxql_parser"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies] # In alphabetical order
|
|
nom = { version = "7", default-features = false, features = ["std"] }
|
|
once_cell = "1"
|
|
workspace-hack = { path = "../workspace-hack"}
|
|
|
|
[dev-dependencies] # In alphabetical order
|
|
test_helpers = { path = "../test_helpers" }
|
|
assert_matches = "1"
|
|
insta = { version = "1.21.0", features = ["yaml"] } |