deps.rs/libs/badge/Cargo.toml

17 lines
333 B
TOML
Raw Normal View History

2018-02-14 00:48:17 +00:00
[package]
name = "badge"
version = "0.2.0"
description = "Simple badge generator"
authors = ["Onur Aslan <onur@onur.im>"]
license-file = "LICENSE"
repository = "https://github.com/onur/docs.rs"
documentation = "https://docs.rs/badge"
[lib]
path = "badge.rs"
[dependencies]
base64 = "0.9.0"
2018-03-07 07:53:29 +00:00
lazy_static = "1.0.0"
2018-03-26 08:23:18 +00:00
rusttype = "0.5.0"