Skip to content

Commit 3a76fc4

Browse files
committed
RUST-765 Cargo.toml includes all common metadata (C-METADATA)
1 parent f4e538f commit 3a76fc4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
[package]
22
name = "bson"
3-
version = "1.2.0"
3+
version = "2.0.0-beta"
44
authors = [
55
"Y. T. Chung <[email protected]>",
66
"Kevin Yeh <[email protected]>",
7-
"Saghm Rossi <[email protected]>"
7+
"Saghm Rossi <[email protected]>",
8+
"Patrick Freed <[email protected]>",
9+
"Isabel Atkinson <[email protected]>",
810
]
911
description = "Encoding and decoding support for BSON in Rust"
1012
license = "MIT"
1113
readme = "README.md"
12-
homepage = "https://github.com/mongodb/bson-rust"
13-
documentation = "https://docs.rs/crate/bson"
14+
repository = "https://github.com/mongodb/bson-rust"
1415
edition = "2018"
16+
keywords = ["bson", "mongodb", "serde", "serialization", "deserialization"]
17+
categories = ["encoding"]
1518

1619
# By default cargo include everything git include
1720
# cargo diet can help to manage what's not useful.

0 commit comments

Comments
 (0)