feat: implement interactive CLI with key-value operations, add development journal, and update roadmap for DAG conflict resolution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "lattice-cli"
|
||||
description = "Interactive CLI for Lattice"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "lattice"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
lattice-core = { workspace = true }
|
||||
rustyline = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
shlex = "1"
|
||||
Reference in New Issue
Block a user