Skip to content

Commit 66b1650

Browse files
committed
Add a basic README
1 parent 0559fc8 commit 66b1650

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "postgres-protocol"
33
version = "0.1.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT/Apache-2.0"
6+
readme = "README.md"
67

78
[dependencies]
89
byteorder = "0.5"
910
fallible-iterator = "0.1"
1011
hex = "0.2"
1112
md5 = "0.2"
12-

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

0 commit comments

Comments
 (0)