diff --git a/Cargo.toml b/Cargo.toml index 8fc75b2..97bc464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "false-bottom" -version = "0.3.1" +version = "0.3.2" +categories = ["cryptography"] description = "A deniable encryption scheme" repository = "https://codeberg.org/skran/false-bottom" authors = ["K Shiva Kiran "] license = "GPL-3.0-or-later" edition = "2021" +keywords = ["deniable"] [dependencies] crypto-bigint = { version = "0.5.5", features = ["generic-array"] } @@ -28,4 +30,4 @@ required-features = ["base64"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs"] \ No newline at end of file +rustdoc-args = ["--cfg", "docsrs"]