Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions crates/ogar-from-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ roxmltree = { version = "0.20", optional = true }
# When the TTL surface grows (Wikidata-shaped TTL, full RDF/XML, OWL
# imports), swap in `oxttl` / `oxrdf` without touching the
# Class/Attribute target shape this crate produces.

[dev-dependencies]
# Used only by tests/do_arm_emit.rs to prove the DO-arm lift's output
# (`ogar_vocab::ActionDef`) flows through the canonical SPO emitter
# end-to-end. Acyclic: ogar-emitter depends on ogar-vocab/-ontology,
# never on this crate.
ogar-emitter = { path = "../ogar-emitter" }
Loading
Loading