rubecula-cli 0.1.0

Terminal UI for live synced lyrics using rubecula.
Documentation
[package]
name = "rubecula-cli"
version.workspace = true
edition.workspace = true
description = "Terminal UI for live synced lyrics using rubecula."
license.workspace = true
repository.workspace = true
default-run = "rubin"

[[bin]]
name = "rubin"
path = "src/bin/rubin.rs"

[[bin]]
name = "rubecula"
path = "src/bin/rubecula.rs"

[dependencies]
anyhow.workspace = true
clap.workspace = true
crossterm.workspace = true
tokio.workspace = true
unicode-width.workspace = true
rubecula = { path = "../rubecula", version = "0.1.0" }