aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8f93c25ca9630db2d27c8891013e68a9bb4157e3 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "dots"
version = "1.0.0"
edition = "2024"

[dependencies]
dirs = "6.0.0"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.9.2"