From 1c157cdf7da21f02172088cdc9616e709b51b46b Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Mon, 24 Mar 2025 17:51:01 +0100 Subject: Initial version --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2ec537a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" -- cgit v1.2.3-74-g4815