[[bin]]
name = "cxd"
path = "src/main.rs"
[dependencies.const_format]
version = "0.2.32"
[dependencies.pico-args]
version = "0.5.0"
[dependencies.rusqlite]
version = "0.31.0"
[dependencies.thiserror]
version = "1.0.63"
[dev-dependencies.anyhow]
version = "1.0.86"
[dev-dependencies.assert_cmd]
version = "2.0.15"
[dev-dependencies.predicates]
version = "3.1.2"
[dev-dependencies.uuid]
features = ["v7"]
version = "1.10.0"
[package]
authors = ["wikki <wikki_0@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "a command for commands"
edition = "2021"
keywords = ["cli", "tool", "workflow", "command", "utility"]
license = "MIT"
name = "cxd"
readme = "README.md"
repository = "https://github.com/wikki01/cxd"
version = "0.1.0"
[profile.release]
strip = true
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "util"
path = "tests/util.rs"