crates.io: Added categories and keyword
This commit is contained in:
parent
53870a550a
commit
e07901a28c
|
@ -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 <shiva_kr@riseup.net>"]
|
||||
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"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
|
Loading…
Reference in New Issue