qrcode-rust/Cargo.toml
2015-04-26 23:47:27 +08:00

17 lines
382 B
TOML

[package]
name = "qrcode"
description = "QR code encoder in Rust"
license = "Apache-2.0"
version = "0.1.5"
authors = ["kennytm <kennytm@gmail.com>"]
keywords = ["qrcode"]
repository = "https://github.com/kennytm/qrcode-rust"
readme = "README.md"
documentation = "http://www.rust-ci.org/kennytm/qrcode-rust/doc/qrcode/index.html"
[dependencies]
num = "*"
[[bin]]
name = "qrencode"