infra-compass-cli 0.0.6

Command line application to manage and query NREL's INFRA-COMPASS data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "infra-compass-cli"
version = "0.0.6"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Command line application to manage and query NREL's INFRA-COMPASS data"
homepage = "https://github.com/NREL/COMPASS"
repository = "https://github.com/NREL/COMPASS"
license.workspace = true

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
duckdb = { workspace = true }
infra-compass-db = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }