11[package ]
22name = " contextdb-engine"
3- version = " 0.3.4 "
3+ version = " 1.0.0 "
44edition = " 2024"
55authors.workspace = true
66license.workspace = true
@@ -9,13 +9,13 @@ readme = "../../README.md"
99description = " Embedded database engine for agentic memory — relational, graph, and vector under unified MVCC transactions"
1010
1111[dependencies ]
12- contextdb-core = { path = " ../contextdb-core" , version = " 0.3 " }
13- contextdb-tx = { path = " ../contextdb-tx" , version = " 0.3 " }
14- contextdb-relational = { path = " ../contextdb-relational" , version = " 0.3 " }
15- contextdb-graph = { path = " ../contextdb-graph" , version = " 0.3 " }
16- contextdb-vector = { path = " ../contextdb-vector" , version = " 0.3 " }
17- contextdb-parser = { path = " ../contextdb-parser" , version = " 0.3 " }
18- contextdb-planner = { path = " ../contextdb-planner" , version = " 0.3 " }
12+ contextdb-core = { path = " ../contextdb-core" , version = " 1.0 " }
13+ contextdb-tx = { path = " ../contextdb-tx" , version = " 1.0 " }
14+ contextdb-relational = { path = " ../contextdb-relational" , version = " 1.0 " }
15+ contextdb-graph = { path = " ../contextdb-graph" , version = " 1.0 " }
16+ contextdb-vector = { path = " ../contextdb-vector" , version = " 1.0 " }
17+ contextdb-parser = { path = " ../contextdb-parser" , version = " 1.0 " }
18+ contextdb-planner = { path = " ../contextdb-planner" , version = " 1.0 " }
1919roaring.workspace = true
2020uuid.workspace = true
2121parking_lot.workspace = true
0 commit comments