From bd1c75ef1fed66a7f059d0e58fd3a8d60224540b Mon Sep 17 00:00:00 2001 From: pulls Date: Mon, 20 Nov 2023 22:02:05 +0100 Subject: [PATCH] update to version 1.0.0 --- Cargo.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9acc6e..c325ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "maybenot" -version = "0.1.0" +version = "1.0.0" edition = "2021" -license = "MIT OR Apache-2.0" authors = ["Tobias Pulls "] -homepage = "http://maybenot.io/" -repository = "https://github.com/maybenot-io/maybenot-rs" -description = "a library for running state machines that pad and/or block network traffic to hide patterns" +license = "MIT OR Apache-2.0" +homepage = "https://maybenot.io" +description = "A framework for traffic analysis defenses" +keywords = [ "anonymity", "correlation", "fingerprinting", "privacy", "security" ] +categories = [ "cryptography", "network-programming" ] +repository = "https://github.com/maybenot-io/maybenot" [dependencies] rand="0.8.5"