doc: fix docs.rs url

This commit is contained in:
MedzikUser 2022-06-12 19:05:14 +02:00
parent 55436c1a22
commit 870358e0b0
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
Cryptography Utils for Rust Cryptography Utils for Rust
### Importing ### Importing
The driver is available on [crates-io]. To use the driver in The driver is available on [crates.io](https://crates.io/crates/crypto-utils). To use the driver in
your application, simply add it to your project's `Cargo.toml`. your application, simply add it to your project's `Cargo.toml`.
```toml ```toml

View File

@ -11,7 +11,7 @@
//! Cryptography Utils for Rust //! Cryptography Utils for Rust
//! //!
//! ## Importing //! ## Importing
//! The driver is available on [crates-io]. To use the driver in //! The driver is available on [crates-io](https://crates.io/crates/crypto-utils). To use the driver in
//! your application, simply add it to your project's `Cargo.toml`. //! your application, simply add it to your project's `Cargo.toml`.
//! //!
//! ```toml //! ```toml