[[bin]]
name = "backlogr"
path = "src/main.rs"
[dependencies.clap]
features = ["env", "cargo", "derive"]
version = "4.5.38"
[dependencies.color-eyre]
version = "0.6.4"
[dependencies.eyre]
version = "0.6.12"
[dependencies.minreq]
features = ["https-rustls", "json-using-serde", "urlencoding"]
version = "2.13.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.12"
[lib]
name = "backlogr"
path = "src/lib.rs"
[package]
authors = ["Acosta Quintana Lautaro", "<acostaquintanalautaro@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI for interacting with the Taiga REST API"
documentation = "https://github.com/lauacosta/backlogr#readme"
edition = "2021"
homepage = "https://github.com/lauacosta/backlogr"
keywords = ["ci", "kanban", "taiga"]
license = "MIT"
name = "backlogr"
readme = "README.md"
repository = "https://github.com/lauacosta/backlogr"
rust-version = "1.85.1"
version = "0.0.1"