From 0d054955d48711279e152e123a5aa75cbb49b60c Mon Sep 17 00:00:00 2001 From: drfrugal Date: Fri, 7 Mar 2025 21:15:18 +0100 Subject: init --- cli/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/Cargo.toml (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml new file mode 100644 index 0000000..e84f99e --- /dev/null +++ b/cli/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "zlib-header-cli" +version = "0.1.0" +edition = "2024" + +[dependencies] +clap = { version = "4.5.30", features = ["derive"] } +zlib-header = { path = "../lib" } -- cgit v1.2.3