mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-18 02:24:27 +02:00
Prepare v0.2.2 release
This commit is contained in:
parent
f2ebdb3d8d
commit
33bdab1fcb
7 changed files with 103 additions and 59 deletions
|
|
@ -1,18 +1,21 @@
|
|||
[package]
|
||||
name = "omnigraph-cli"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2024"
|
||||
description = "CLI for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
repository = "https://github.com/ModernRelay/omnigraph"
|
||||
homepage = "https://github.com/ModernRelay/omnigraph"
|
||||
documentation = "https://docs.rs/omnigraph-cli"
|
||||
|
||||
[[bin]]
|
||||
name = "omnigraph"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
omnigraph = { path = "../omnigraph", version = "0.2.1" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.1" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.2.1" }
|
||||
omnigraph = { package = "omnigraph-engine", path = "../omnigraph", version = "0.2.2" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.2" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.2.2" }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue