Fix typo: 'Rocket.toml' -> 'Cargo.toml'.

This commit is contained in:
Sergio Benitez 2021-05-23 18:20:55 -07:00
parent 9e9c708a16
commit bf9de1d39e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
//!
//! ## Usage
//!
//! Depend on `rocket` in `Rocket.toml`:
//! Depend on `rocket` in `Cargo.toml`:
//!
//! ```toml
//! [dependencies]