File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name = "postgres-protocol"
33version = " 0.1.0"
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT/Apache-2.0"
6+ readme = " README.md"
67
78[dependencies ]
89byteorder = " 0.5"
910fallible-iterator = " 0.1"
1011hex = " 0.2"
1112md5 = " 0.2"
12-
Original file line number Diff line number Diff line change 1+ # postgres-protocol
2+
3+ Low level Postgres protocol APIs.
4+
5+ ## License
6+
7+ Licensed under either of
8+ * Apache License, Version 2.0 ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http://www.apache.org/licenses/LICENSE-2.0 )
9+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http://opensource.org/licenses/MIT )
10+
11+ at your option.
12+
13+ ### Contribution
14+
15+ Unless you explicitly state otherwise, any contribution intentionally submitted
16+ for inclusion in the work by you shall be dual licensed as above, without any
17+ additional terms or conditions.
You can’t perform that action at this time.
0 commit comments