Merge pull request #312 from lalrpop/ahmedcharles-toml

Add toml as the language for Cargo.toml example.
This commit is contained in:
Niko Matsakis 2018-02-09 04:25:00 -05:00 committed by GitHub
commit 909aa7f944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ But if you've done this before, or you're just the impatient sort,
here is a quick 'cheat sheet' for setting up your project. First, add
the following lines to your `Cargo.toml`:
```
```toml
[package]
...
build = "build.rs" # LALRPOP preprocessing