2024-05-28 12:50:21 +03:00
|
|
|
[package]
|
|
|
|
name = "query-usage-analytics"
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
open-dds = { path = "../open-dds" }
|
|
|
|
metadata-resolve = { path = "../metadata-resolve" }
|
2024-06-25 10:56:31 +03:00
|
|
|
schemars = { version = "0.8.20", features = ["preserve_order"] }
|
2024-05-28 12:50:21 +03:00
|
|
|
|
2024-06-20 15:25:06 +03:00
|
|
|
serde = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
2024-05-28 12:50:21 +03:00
|
|
|
|
2024-06-25 10:56:31 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
goldenfile = "^1.7.1"
|
|
|
|
schemars = { version = "0.8.20", features = ["preserve_order"] }
|
|
|
|
|
2024-05-28 12:50:21 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|