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 766eb01 commit 3268c8fCopy full SHA for 3268c8f
Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "bson"
3
version = "0.4.0"
4
-authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
+authors = [
5
+ "Y. T. Chung <zonyitoo@gmail.com>",
6
+ "Kevin Yeh <kevinyeah@utexas.edu>"
7
+]
8
description = "Encoding and decoding support for BSON in Rust"
9
license = "MIT"
10
readme = "README.md"
0 commit comments