generated from PlexSheep/baserepo
28 lines
644 B
TOML
28 lines
644 B
TOML
[package]
|
|
name = "libpt-cli"
|
|
publish.workspace = true
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
|
|
[features]
|
|
default = ["log"]
|
|
log = ["dep:libpt-log", "dep:log"]
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
comfy-table = "7.1.1"
|
|
console = "0.15.8"
|
|
dialoguer = "0.11.0"
|
|
indicatif = "0.17.8"
|
|
libpt-log = { workspace = true, optional = true }
|
|
log = { version = "0.4.21", optional = true }
|