Skip to content

Commit c0c7c2a

Browse files
committed
Reorganize Cargo.toml
1 parent f7f82e9 commit c0c7c2a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Cargo.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
[package]
2-
name = "cloudburst"
3-
version = "0.0.4"
4-
license = "MIT OR Apache-2.0"
52
authors = ["Bryant Luk <code@bryantluk.com>"]
6-
edition = "2021"
7-
description = "A library to help with the implementation of torrent based protocols and algorithms."
8-
keywords = ["bittorrent", "torrent", "protocol", "p2p", "distributed"]
93
categories = ["network-programming"]
10-
repository = "https://github.com/bluk/cloudburst"
4+
description = "A library to help with the implementation of torrent based protocols and algorithms."
115
documentation = "https://docs.rs/cloudburst/"
12-
readme = "README.md"
6+
edition = "2021"
137
include = [
148
"src/**/*.rs",
159
"Cargo.toml",
10+
"CHANGELOG.md",
1611
"README.md",
1712
"LICENSE-APACHE",
1813
"LICENSE-MIT",
1914
]
15+
keywords = ["bittorrent", "torrent", "protocol", "p2p", "distributed"]
16+
license = "MIT OR Apache-2.0"
17+
name = "cloudburst"
18+
readme = "README.md"
19+
repository = "https://github.com/bluk/cloudburst"
2020
rust-version = "1.65.0"
21+
version = "0.0.4"
2122

2223
[features]
2324
default = ["std"]

0 commit comments

Comments
 (0)