progress-pile/server/Cargo.toml
2025-04-27 08:37:11 +09:00

11 lines
No EOL
280 B
TOML

[package]
name = "achievement-counter-server"
version = "0.1.0"
edition = "2024"
[dependencies]
achievement-counter-core = { path = "../core" }
anyhow = {workspace = true}
chrono = {workspace = true}
clap = {version = "4.5.37", features=["derive"]}
thiserror = {workspace = true}