mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 18:36:30 +00:00
16 lines
311 B
TOML
16 lines
311 B
TOML
|
[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"
|
||
|
rusttype = "0.4.0"
|