Skip to content

Commit de9be70

Browse files
committed
kem: move description to end of Cargo.toml
1 parent 01886bc commit de9be70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.3.0-pre.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
7-
description = "Traits for key encapsulation mechanisms"
87
documentation = "https://docs.rs/kem"
98
readme = "README.md"
109
repository = "https://github.com/RustCrypto/traits"
1110
license = "Apache-2.0 OR MIT"
1211
keywords = ["crypto"]
1312
categories = ["cryptography", "no-std"]
13+
description = "Traits for key encapsulation mechanisms"
1414

1515
[dependencies]
1616
rand_core = "0.9"

0 commit comments

Comments
 (0)