diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-02 18:03:36 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-02 18:03:36 +0200 |
commit | dbf209a4341ae1caa0f1b5e5be97ba4278c79d51 (patch) | |
tree | ec10ad86a3bb46e9c40c054afb8faf5ffc8bd9d3 | |
parent | 099966f62cb1e74e187db38a43f8de6f483b46ba (diff) |
docs: add license shield to readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ## Syrette [![Latest Version](https://img.shields.io/crates/v/syrette)](https://crates.io/crates/syrette) [![Documentation](https://img.shields.io/badge/docs.rs-syrette-brightgreen)](https://docs.rs/syrette) +[![License](https://img.shields.io/crates/l/syrette)](https://git.hampusmat.com/syrette/tree/LICENSE) The convenient dependency injection library for Rust. |