Skip to content

Commit 119bed1

Browse files
Add nom [1] dependency
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
1 parent 4a1165f commit 119bed1

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Cargo.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ authors = ["Daniel Ferguson <[email protected]>"]
77
env_logger = "0.3"
88
log = "0.3.8"
99
termion = "1.4.0"
10+
11+
[dependencies.nom]
12+
version = "3.2"
13+
features = ["nightly"]

0 commit comments

Comments
 (0)