qrcode-rust/Cargo.toml

10 lines
246 B
TOML
Raw Normal View History

2014-08-18 19:25:40 +00:00
[package]
name = "qrcode"
2014-11-28 21:52:55 +00:00
description = "QR code encoder in Rust"
license = "Apache-2.0"
version = "0.0.3"
2014-08-18 19:25:40 +00:00
authors = ["kennytm <kennytm@gmail.com>"]
2014-11-28 21:52:55 +00:00
keywords = ["qrcode"]
2014-11-28 22:00:46 +00:00
repository = "https://github.com/kennytm/qrcode-rust"
readme = "README.md"