[package]
edition = "2021"
name = "azoth-cli"
version = "0.2.5"
authors = ["johnny <johnny@empyrealsdk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Azoth database"
homepage = "https://github.com/empyrealapp/azoth"
documentation = "https://docs.rs/azoth"
readme = "README.md"
license = "MIT"
repository = "https://github.com/empyrealapp/azoth"
[[bin]]
name = "azoth"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.azoth]
version = "0.2.5"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.clap]
version = "4.5"
features = [
"derive",
"cargo",
"env",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]