| [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 = [] | |
| new_command = [] | |
| python = ["qg/python"] |