feat: implement interactive CLI with key-value operations, add development journal, and update roadmap for DAG conflict resolution

This commit is contained in:
2025-12-21 22:59:58 +01:00
parent 15dd1b337f
commit f45c6ccfcf
7 changed files with 636 additions and 77 deletions
+5
View File
@@ -4,6 +4,7 @@ members = [
"lattice-core",
"lattice-net",
"lattice-store",
"lattice-cli",
]
[workspace.package]
@@ -16,6 +17,10 @@ license = "MIT"
lattice-core = { path = "lattice-core" }
lattice-net = { path = "lattice-net" }
lattice-store = { path = "lattice-store" }
lattice-cli = { path = "lattice-cli" }
# CLI
rustyline = "17"
# Networking (Iroh)
iroh = "0.95"