From bc89fb1bfc39276abb029c0774567dce18ee6666 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 18 Jul 2025 10:57:09 +0200 Subject: Add license --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 03e245d..d8a7858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "mt-rs" authors = ["Santo Cariotti "] version = "0.1.0" edition = "2024" +repository = "https://github.com/boozec/mt" +description = "Merkletrees in Rust. Generate Merkletree quickly for files and folders." +license = "BSD-3-Clause" [dependencies] blake3 = "1.8.2" -- cgit v1.2.3-71-g8e6c