Files
Main/shanty-watch/Cargo.toml
2026-03-17 13:55:42 -04:00

14 lines
338 B
TOML

[package]
name = "shanty-watch"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Library watchlist management for Shanty"
[dependencies]
shanty-db = { path = "../shanty-db" }
clap = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }