15 lines
412 B
TOML
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
|