mecha-graph 0.1.2

A personal knowledge graph CLI: ingest your mail, calendar, and notes; query, verify, and tend the graph.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mecha-graph"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "A personal knowledge graph CLI: ingest your mail, calendar, and notes; query, verify, and tend the graph."

[[bin]]
name = "mecha-graph"
path = "src/main.rs"

[dependencies]
mecha-graph-core = { path = "../mecha-graph-core", version = "0.1.0" }
clap.workspace = true
ratatui = "0.29"
crossterm = "0.28"
serde_json.workspace = true