aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-11 18:25:43 +0200
committerLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-12 12:06:57 +0200
commitc08f0edcb8da6a78a8e9edcf3eaa14e633bf0e91 (patch)
tree6f066189130baf04b67dd28124258d9a90b79ef5 /src/main.rs
parentRemove passthrough method (diff)
Rename wa, change anyhow version, make reqwest dependency more specific
Due to MR comments Are you happy now audron?
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f337613..fd2d3b2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -55,7 +55,7 @@ async fn main() {
async command(
"wa",
"Returns Wolfram Alpha results for a query",
- catinator::hooks::wa::wa
+ catinator::hooks::wolfram_alpha::wa
),
];
}