docs: remove emphasis markers in dependency list

This commit is contained in:
2021-02-25 22:04:27 +01:00
parent ce72ff59b8
commit 5ae0cf7c8a

View File

@ -70,11 +70,11 @@ WebLDAPPasswd is published by Philipp Matthias Schäfer
WebLDAPPasswd directly depends on the following Rust libraries all published by WebLDAPPasswd directly depends on the following Rust libraries all published by
their copyright holders under the MIT License: their copyright holders under the MIT License:
* [*anyhow*](https://github.com/dtolnay/anyhow) * [anyhow](https://github.com/dtolnay/anyhow)
* [*clap*](https://clap.rs) * [clap](https://clap.rs)
* [*serde*](https://serde.rs) * [serde](https://serde.rs)
* [*serde_derive*](https://serde.rs) * [serde_derive](https://serde.rs)
* [*serde_json*](https://serde.rs) * [serde_json](https://serde.rs)
* [*ldap3*](https://github.com/inejge/ldap3) * [ldap3](https://github.com/inejge/ldap3)
* [*rocket*](https://rocket.rs) * [rocket](https://rocket.rs)
* [*rocket_contrib*](https://rocket.rs) * [rocket_contrib](https://rocket.rs)