We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38d730 commit b911172Copy full SHA for b911172
Cargo.toml
@@ -1,8 +1,14 @@
1
[package]
2
name = "mongodb-arrow-connector"
3
+description = "MongoDB connector that reads and writes data to/from Apache Arrow"
4
version = "0.1.0"
5
authors = ["Neville Dipale <[email protected]>"]
6
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/ "
12
13
[dependencies]
14
bson = "0.14"
0 commit comments