Skip to content

Commit a9b46e1

Browse files
committed
Reorganize keys in Cargo.toml
1 parent 6cde841 commit a9b46e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
[package]
2-
name = "bt_bencode"
3-
version = "0.8.0"
4-
license = "MIT OR Apache-2.0"
52
authors = ["Bryant Luk <[email protected]>"]
6-
edition = "2018"
3+
categories = ["encoding", "no-std"]
74
description = "A Bencode encoding/decoding implementation."
8-
repository = "https://github.com/bluk/bt_bencode"
95
documentation = "https://docs.rs/bt_bencode/"
10-
readme = "README.md"
6+
edition = "2018"
117
include = [
128
"/src",
139
"/tests",
@@ -20,12 +16,16 @@ include = [
2016
"/README.md",
2117
]
2218
keywords = ["bencode", "bittorrent", "torrent", "serialization", "serde"]
23-
categories = ["encoding", "no-std"]
19+
license = "MIT OR Apache-2.0"
20+
name = "bt_bencode"
21+
readme = "README.md"
22+
repository = "https://github.com/bluk/bt_bencode"
2423
rust-version = "1.36.0"
24+
version = "0.8.0"
2525

2626
[dependencies]
27-
serde = {version = "1.0.100", default-features = false }
2827
itoa = {version = "1.0.0", default-features = false }
28+
serde = {version = "1.0.100", default-features = false }
2929

3030
[dev-dependencies]
3131
serde_derive = "1.0.100"

0 commit comments

Comments
 (0)