deps.rs/libs/badge/Cargo.toml

18 lines
341 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"
2021-10-22 18:36:39 +00:00
edition = "2021"
2018-02-14 00:48:17 +00:00
[lib]
path = "badge.rs"
[dependencies]
base64 = "0.13"
2020-09-28 22:18:06 +00:00
once_cell = "1"
rusttype = "0.9"