powdb-cli 0.2.0

Interactive REPL and CLI for PowDB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "powdb-cli"
description = "Interactive REPL and CLI for PowDB"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
powdb-storage = { version = "0.2.0", path = "../storage" }
powdb-query = { version = "0.2.0", path = "../query" }
powdb-server = { version = "0.2.0", path = "../server" }
rustyline = "15"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "net", "io-util", "macros"] }
tracing.workspace = true
tracing-subscriber.workspace = true