diff --git a/Cargo.toml b/Cargo.toml index e227f7a..c2b442c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "false-bottom" -version = "0.3.2" +version = "0.3.3" +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"] }