Skip to content

Commit 01886bc

Browse files
authored
kem: use Cargo Book ordering for Cargo.toml (#1883)
See also: RustCrypto/meta#22
1 parent cac73b0 commit 01886bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kem/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
2-
description = "Traits for key encapsulation mechanisms"
2+
name = "kem"
33
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"
78
documentation = "https://docs.rs/kem"
89
readme = "README.md"
910
repository = "https://github.com/RustCrypto/traits"
1011
license = "Apache-2.0 OR MIT"
1112
keywords = ["crypto"]
1213
categories = ["cryptography", "no-std"]
13-
name = "kem"
1414

1515
[dependencies]
1616
rand_core = "0.9"

0 commit comments

Comments
 (0)