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

14 lines
324 B
TOML

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