Skip to content

Commit

Permalink
Add nom [1] dependency
Browse files Browse the repository at this point in the history
We enable the "nightly" feature to get better error messages. Nightly
is needed to build this project anyway until `TryFrom` lands [RFC],
[tracking issue].

[1]: https://github.com/Geal/nom
[RFC]: https://github.com/tbu-/rust-rfcs/blob/a4a22d7c5dd71724bb2cd0fe2db5026338d0b270/text/1542-try-from.md
[tracking issue]: rust-lang/rust#33417
  • Loading branch information
daniel-ferguson committed Nov 11, 2017
1 parent 4a1165f commit 119bed1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -7,3 +7,7 @@ authors = ["Daniel Ferguson <danielferguson@me.com>"]
env_logger = "0.3"
log = "0.3.8"
termion = "1.4.0"

[dependencies.nom]
version = "3.2"
features = ["nightly"]

0 comments on commit 119bed1

Please sign in to comment.