From 04891bbcaac75e887d57844548b61141cb6ebc07 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 13 Jun 2025 13:29:29 +0200 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..95acfdf --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "mt" +author = "Santo Cariotti " +version = "0.1.0" +edition = "2024" + +[dependencies] +hex = "0.4.3" +sha2 = "0.10.9" -- cgit v1.2.3-71-g8e6c