2025-04-22 14:38:32 +09:00
|
|
|
[package]
|
|
|
|
name = "achievement-counter-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[dependencies]
|
2025-04-24 09:26:24 +09:00
|
|
|
achievement-counter-core = { path = "../core" }
|
|
|
|
anyhow = {workspace = true}
|
|
|
|
chrono = {workspace = true}
|
|
|
|
clap = {version = "4.5.37", features=["derive"]}
|
|
|
|
thiserror = {workspace = true}
|