Skip to content

Commit 2dabb7a

Browse files
committed
minor: update info in Cargo.toml
1 parent 5cb26b5 commit 2dabb7a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Cargo.toml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[package]
2-
authors = ["Saghm Rossi <[email protected]>"]
2+
authors = ["Saghm Rossi <[email protected]>", "Patrick Freed <[email protected]>"]
3+
description = "The official MongoDB driver for Rust (currently in alpha)"
4+
edition = "2018"
5+
documentation = "https://docs.rs/mongodb"
6+
keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
7+
repository = "https://github.com/mongodb/mongo-rust-driver"
38
license = "Apache-2.0"
9+
readme = "README.md"
410
name = "mongodb"
5-
edition = "2018"
6-
version = "0.1.0"
11+
version = "0.9.0-alpha"
712

813
[dependencies]
914
base64 = "0.11.0"

0 commit comments

Comments
 (0)