ontoref-code/crates/ontoref-query/Cargo.toml
2026-07-10 01:44:59 +01:00

15 lines
412 B
TOML

[package]
name = "ontoref-query"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Query and subscription layer (L5) for the ontoref verifiable substrate."
[dependencies]
ontoref-types = { path = "../ontoref-types" }
ontoref-triples = { path = "../ontoref-triples" }
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
ed25519-dalek.workspace = true