[package]
name = "cell-cli"
version.workspace = true
edition.workspace = true
license-file.workspace = true
bin
name = "cell"
path = "src/main.rs"
[dependencies]
cell-model.workspace = true
cell-engine.workspace = true
cell-node.workspace = true
cell-rune.workspace = true
getrandom = "0.3"
clap = { version = "4", features = ["derive"] }
serde_json = "1"
[features]
legacy-redb-migration = ["cell-node/legacy-redb-migration"]