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

14 lines
344 B
TOML

[package]
name = "shanty-org"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Music file organization and renaming for Shanty"
[dependencies]
shanty-db = { path = "../shanty-db" }
clap = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }