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
10 changes: 10 additions & 0 deletions crates/ogar-loco/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ serde = ["dep:serde"]

[dependencies]
serde = { workspace = true, optional = true }

# The 34 NARS reasoning recipes (`recipes::RECIPES`) — the rung-3 runbooks this
# crate's `nars` vocabulary addresses as domain bytes. `lance-graph-contract` is
# itself ZERO-DEP ("a trait-only crate ... MUST stay dependency-free even of
# optional path deps"), so this costs nothing in dependency weight. EIGHT sibling
# OGAR crates already pull it on this exact coordinate — ogar-auth,
# ogar-class-view, ogar-doc-ir, ogar-from-ruff, ogar-r2il, ogar-rbac,
# ogar-render-askama, ogar-render-typst — so `branch = "main"` here is this
# repo's own established convention, measured rather than assumed.
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" }
Loading
Loading