about summary refs log tree commit diff stats
path: root/Cargo.toml
blob: be9af3354dbd4f59eec84f1b118f9023a4f890e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "salaryman"
version = "0.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.39", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.45.1", features = ["full"] }
toml = "0.8.22"