aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-29 15:20:27 -0400
committerNathan Perry <avaglir@gmail.com>2019-03-29 15:20:27 -0400
commit5f63ea4a1991159348c2e7d7f519c3ac6cd46454 (patch)
tree4af4ba0814287dd4ce6e7144c614f7def495c162 /Cargo.toml
parent2685e6028dd775bcd618a3d8d2b22e32730454a3 (diff)
switch over to pest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7f2c1d..19924ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,9 +29,10 @@ itertools = "^0.8"
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
timeago = "^0.1"
-nom = { version = "~4.2", features = ["verbose-errors"] }
statrs = "^0.10"
fnv = "~1.0"
+pest = "~2.1"
+pest_derive = "~2.1"
[dependencies.serenity]
default-features = false