aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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