Skip to content

Commit b911172

Browse files
committed
Fill out release prerequisites
Fixes #3
1 parent b38d730 commit b911172

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[package]
22
name = "mongodb-arrow-connector"
3+
description = "MongoDB connector that reads and writes data to/from Apache Arrow"
34
version = "0.1.0"
45
authors = ["Neville Dipale <[email protected]>"]
56
edition = "2018"
7+
license = "Apache-2.0"
8+
keywords = ["apache-arrow", "mongodb"]
9+
categories = ["database"]
10+
readme = "README.md"
11+
repository = "https://github.com/TheDataEngine/mongodb-arrow-connector/ "
612

713
[dependencies]
814
bson = "0.14"

0 commit comments

Comments
 (0)