summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathieu Poumeyrol <kali@zoy.org>2017-10-27 13:31:01 +0200
committerMathieu Poumeyrol <kali@zoy.org>2017-10-27 13:31:01 +0200
commit44e75a74bddf5c96d12dfdda18a4d3247a1a3bbf (patch)
treeda68e7ca38cf2de685b764017a127d8e6a9692d8 /Cargo.toml
parent1d76ab310fe807f1b56179fb604502ec30569792 (diff)
switch to upstream nom
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d2fe81..02f8968 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,7 @@ hjson = ["serde-hjson"]
[dependencies]
lazy_static = "0.2"
serde = "^1.0.8"
-# nom = "^3.0.0"
-nom = { git = "https://github.com/snipsco/nom.git", rev = "3769283" }
+nom = "^3.2.1"
toml = { version = "^0.4.1", optional = true }
serde_json = { version = "^1.0.2", optional = true }