From 2c81690c9b8f17caf4ce43751ccdfe3a9d236140 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Wed, 31 Jan 2024 07:49:14 +0000 Subject: init --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..91569fd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rust-hexdump" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "4.4.18", features = ["env", "derive"] } -- cgit