blob: 315008c2ecfa4ba9045a6778a55d86fae4aaa85e [file] [log] [blame]
[package]
name = "qg-cli"
version = "0.1.0"
authors = ["The Pigweed Authors"]
edition = "2021"
rust-version = "1.65"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.25", features = ["derive"] }
qg = { path = "../qg" }
tokio = { version = "1.21.2", features = ["full"] }
[features]
default = []
python = ["qg/python"]