Add basic info to README.
This commit is contained in:
parent
a3bc3ff1c6
commit
84f1fed203
14
README.md
14
README.md
|
@ -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"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue