[package]
edition = "2021"
name = "craken-cli"
version = "0.1.1"
authors = ["Aung Min Khant <aungminkhant.shay@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Craken framework."
homepage = "https://github.com/shayyz-code/craken"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/shayyz-code/craken"
[lib]
name = "craken_cli"
path = "src/lib.rs"
[[bin]]
name = "craken"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.clap]
version = "4.0"
features = ["derive"]
[dependencies.craken-core]
version = "0.1.1"
[dependencies.notify]
version = "6.0"
[dependencies.tokio]
version = "1.0"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]