diff --git a/src/lib.rs b/src/lib.rs index e0ec2407..a1c9284f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,12 +1,12 @@ #![warn(clippy::all)] #![warn(rust_2018_idioms)] -//!! [![Build Status](https://travis-ci.com/EmbarkStudios/cargo-deny.svg?branch=master)](https://travis-ci.com/EmbarkStudios/cargo-deny) +//! # ❌ cargo-deny +//! +//! [![Build Status](https://travis-ci.com/EmbarkStudios/cargo-deny.svg?branch=master)](https://travis-ci.com/EmbarkStudios/cargo-deny) //! [![Latest version](https://img.shields.io/crates/v/cargo-deny.svg)](https://crates.io/crates/cargo-deny) //! [![Docs](https://docs.rs/cargo-deny/badge.svg)](https://docs.rs/cargo-deny) //! -//! # ❌ cargo-deny -//! //! One of the key selling points of Rust is the ever growing and improving ecosystem of crates //! available that can be easily added to your project incredibly easily via `cargo`. This is great! //! However, the larger the project is and the more dependencies you have, the harder it is to keep