aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2ec537adf0df439629ca3c9ddd05cd22f2a81c5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "zsh_history"
version = "0.1.0"
edition = "2024"

[dependencies]
assert_cmd = "2.0.16"
thiserror = "2.0.12"

[[bin]]
name = "zsh_history"
path = "src/main.rs"