Skip to content

Commit

Permalink
update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylls committed Nov 20, 2023
1 parent c1ea61e commit bd1c75e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"
Expand Down

0 comments on commit bd1c75e

Please sign in to comment.