aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-03 20:56:35 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-03 20:56:35 -0500
commitfc1331fc8593ec88d122918e7f97e59d1d51b3fe (patch)
treea83203377313d39075fef3fca6ab75d9a2b9d446 /Cargo.toml
parente9e683d0030d9a459ecd6183c8250d0dc42662ef (diff)
initial rework of rolling framework
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index efa64b5..7b8bc33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,8 @@ regex = "~1.1"
itertools = "^0.8"
serde_json = "~1.0"
timeago = "^0.1"
+nom = { version = "~4.2", features = ["verbose-errors"] }
+statrs = "^0.10"
[dependencies.serenity]
default-features = false