Skip to content

Commit a45b49b

Browse files
committed
Add documentation url to Cargo.toml
1 parent 4678bad commit a45b49b

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,12 +1,13 @@
11
[package]
2-
name = "mongo_driver"
3-
version = "0.2.0"
4-
authors = ["Thijs Cadier <[email protected]>"]
5-
description = "Mongo Rust driver built on top of the Mongo C driver"
6-
readme = "README.md"
7-
repository = "https://github.com/thijsc/mongo-rust-driver"
8-
keywords = ["mongodb", "database"]
9-
license = "MIT/Apache-2.0"
2+
name = "mongo_driver"
3+
version = "0.2.0"
4+
authors = ["Thijs Cadier <[email protected]>"]
5+
description = "Mongo Rust driver built on top of the Mongo C driver"
6+
readme = "README.md"
7+
documentation = "http://thijsc.github.io/mongo-rust-driver/mongo_driver/"
8+
repository = "https://github.com/thijsc/mongo-rust-driver"
9+
keywords = ["mongodb", "database"]
10+
license = "MIT/Apache-2.0"
1011

1112
[[test]]
1213
name = "tests"

0 commit comments

Comments
 (0)