mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-15 01:55:13 +02:00
Add schema apply command and policy support
This commit is contained in:
parent
a844e0ba68
commit
92fa3189f7
22 changed files with 1903 additions and 146 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -4547,6 +4547,7 @@ dependencies = [
|
|||
"assert_cmd",
|
||||
"clap",
|
||||
"color-eyre",
|
||||
"lance-index",
|
||||
"omnigraph",
|
||||
"omnigraph-compiler",
|
||||
"omnigraph-server",
|
||||
|
|
@ -4589,6 +4590,7 @@ dependencies = [
|
|||
"clap",
|
||||
"color-eyre",
|
||||
"futures",
|
||||
"lance-index",
|
||||
"omnigraph",
|
||||
"omnigraph-compiler",
|
||||
"serde",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue