[package]
name = "watchbird_cli"
authors.workspace = true
license-file.workspace = true
description.workspace = true
version.workspace = true
edition.workspace = true
[[bin]]
name = "watchbird-cli"
path = "src/main.rs"
[dependencies.watchbird_api]
path = "../api"
version = "0.1.0"
[dependencies.watchbird_client]
path = "../client"
version = "0.1.0"
[dependencies]
url = "2.5.8"
tokio = { version = "1.49.0", features = ["full"] }
clap = { version = "4.5.54", features = ["derive", "string", "env"] }
uuid = { version = "1.19.0", features = ["v4"] }
http = "1.4.0"
toml = "0.9.10"
serde = { version = "1.0.228", features = ["derive"] }
color-eyre = "0.6.5"
itertools = "0.14.0"
colored_json = "5.0.0"
clap_complete = "4.5.64"
[lints]
workspace = true