Fix typo: cargo.toml -> Cargo.toml
This commit is contained in:
Bulat Musin 2018-01-12 10:34:26 +03:00 committed by GitHub
parent 1adedabe22
commit 7b2bdf1baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ similar to regular macros work. You should check out the
[docs](https://docs.rs/quote) for a good introduction.
So I think that's it. Oh, well, we do need to add dependencies for `syn` and
`quote` in the `cargo.toml` for `hello-world-derive`.
`quote` in the `Cargo.toml` for `hello-world-derive`.
```toml
[dependencies]