Add readme stub

This commit is contained in:
David Tolnay 2019-10-05 16:06:01 -04:00
parent 79c3776e92
commit d28ff29f57
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

28
README.md Normal file
View File

@ -0,0 +1,28 @@
Anyhow ¯\\\_(ツ)\_/¯
=========================
[![Build Status](https://api.travis-ci.com/dtolnay/anyhow.svg?branch=master)](https://travis-ci.com/dtolnay/anyhow)
[![Latest Version](https://img.shields.io/crates/v/anyhow.svg)](https://crates.io/crates/anyhow)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/anyhow)
```toml
[dependencies]
anyhow = "=1.0.0-alpha.1"
```
<br>
#### License
<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>
<br>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>