Add basic info to README.

This commit is contained in:
kennytm 2014-08-19 05:27:17 +08:00
parent a3bc3ff1c6
commit 84f1fed203

View file

@ -0,0 +1,14 @@
qrcode-rust
===========
[![Build status](https://travis-ci.org/kennytm/qrcode-rust.svg?branch=master)](https://travis-ci.org/kennytm/qrcode-rust)
QR code and Micro QR code encoder in Rust.
```toml
# Cargo.toml
[dependencies.qrcode]
git = "https://github.com/kennytm/qrcode-rust"
```