Skip to content

Commit c264554

Browse files
committed
chore: add dialoguer, console, regex deps; bump to v1.6.0
1 parent ede44f2 commit c264554

2 files changed

Lines changed: 39 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 35 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "engraph"
3-
version = "1.5.5"
3+
version = "1.6.0"
44
edition = "2024"
55
description = "Local knowledge graph for AI agents. Hybrid search + MCP server for Obsidian vaults."
66
license = "MIT"
@@ -25,6 +25,9 @@ tokenizers = { version = "0.22", default-features = false, features = ["fancy-re
2525
sha2 = "0.10"
2626
ureq = "2.12"
2727
indicatif = "0.17"
28+
dialoguer = "0.12"
29+
console = "0.16"
30+
regex = "1"
2831
sqlite-vec = "0.1.8-alpha.1"
2932
zerocopy = { version = "0.7", features = ["derive"] }
3033
rayon = "1"

0 commit comments

Comments
 (0)