aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-10 14:16:03 +0200
committerLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-12 12:06:57 +0200
commitf964e2c3c2338434b57b6adf25dfbc346bb89b33 (patch)
tree6c5685be99b79b80d7e89a4574887af770b23b23 /Cargo.toml
parentadd yaml file sepperate to ci file (diff)
Basic (re)implementation of gonzobot wolfram alpha
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16909db..bbf6c64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ sasl = "0.5"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
toml = "0.5"
anyhow = "1"
@@ -29,6 +30,8 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" }
rand = "0.8.3"
+reqwest = "0.11"
+
[features]
default = []