22 lines
774 B
TOML
22 lines
774 B
TOML
[package]
|
|
name = "ontoref-ontology-content"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Content-addressed ontology layer (ADR-028) — OntologyId, fetch_cell_witness, verify_cell, publish_op, classification registry"
|
|
|
|
[dependencies]
|
|
ontoref-types = { path = "../ontoref-types" }
|
|
ontoref-oplog = { path = "../ontoref-oplog" }
|
|
ontoref-commit = { path = "../ontoref-commit" }
|
|
blake3 = { workspace = true }
|
|
ed25519-dalek = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
smol_str = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tempfile = { workspace = true }
|
|
ed25519-dalek = { workspace = true }
|