Skip to content

Commit 3268c8f

Browse files
committed
add kyeah into author list
1 parent 766eb01 commit 3268c8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "bson"
33
version = "0.4.0"
4-
authors = ["Y. T. Chung <[email protected]>"]
4+
authors = [
5+
"Y. T. Chung <[email protected]>",
6+
"Kevin Yeh <[email protected]>"
7+
]
58
description = "Encoding and decoding support for BSON in Rust"
69
license = "MIT"
710
readme = "README.md"

0 commit comments

Comments
 (0)