crates.io: Added categories and keyword
This commit is contained in:
parent
5e17b672b7
commit
4c8dac91b0
|
@ -1,11 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "false-bottom"
|
name = "false-bottom"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
|
categories = ["cryptography"]
|
||||||
description = "A deniable encryption scheme"
|
description = "A deniable encryption scheme"
|
||||||
repository = "https://codeberg.org/skran/false-bottom"
|
repository = "https://codeberg.org/skran/false-bottom"
|
||||||
authors = ["K Shiva Kiran <shiva_kr@riseup.net>"]
|
authors = ["K Shiva Kiran <shiva_kr@riseup.net>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
keywords = ["deniable"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crypto-bigint = { version = "0.5.5", features = ["generic-array"] }
|
crypto-bigint = { version = "0.5.5", features = ["generic-array"] }
|
||||||
|
|
Loading…
Reference in New Issue