Skip to content

Commit 3a7fd6c

Browse files
committed
Set specific description for ossl crate
The ossl crate's description was previously inherited from the workspace, which is too generic. This change provides a more specific description for the crate, making its purpose clearer on publishing platforms like crates.io. The new description clarifies that it provides bindings to modern OpenSSL 3+ EVP APIs. Signed-off-by: Simo Sorce <simo@redhat.com>
1 parent f0bc0ba commit 3a7fd6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ossl/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "ossl"
3-
43
version.workspace = true
54
edition.workspace = true
6-
description.workspace = true
5+
description = "OpenSSL version 3+ bindings to modern EVP APIs"
76
homepage.workspace = true
87
repository.workspace = true
98
license = "Apache-2.0"

0 commit comments

Comments
 (0)