xenon-cli 0.1.1

Command line interface for the Xenon API
[package]
name = "xenon-cli"
description = "Command line interface for the Xenon API"
license = "AGPL-3.0"
version = "0.1.1"
edition = "2021"

[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
reqwest = { version = "0.11.9", features = ["json"] }
xenon-lib = { path = "../xenon-lib", version = "0.1.0" }
tokio = { version = "1.17.0", features = ["macros", "rt"] }
toml = "0.5.8"
serde = "1.0"
console = "0.15.0"
dialoguer = "0.10.0"
indicatif = "0.16.2"