2026-05-29 15:53:13 +02:00
|
|
|
[package]
|
|
|
|
|
name = "query-ops"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-06-04 12:16:30 +02:00
|
|
|
query-storage = { path = "../query-storage" }
|