diff options
| author | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-11 18:25:43 +0200 |
|---|---|---|
| committer | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-12 12:06:57 +0200 |
| commit | c08f0edcb8da6a78a8e9edcf3eaa14e633bf0e91 (patch) | |
| tree | 6f066189130baf04b67dd28124258d9a90b79ef5 /src | |
| parent | Remove 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 '')
| -rw-r--r-- | src/hooks/mod.rs | 2 | ||||
| -rw-r--r-- | src/hooks/wolfram_alpha.rs (renamed from src/hooks/wa.rs) | 0 | ||||
| -rw-r--r-- | src/main.rs | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/hooks/mod.rs b/src/hooks/mod.rs index 7f7a29c..cdf3787 100644 --- a/src/hooks/mod.rs +++ b/src/hooks/mod.rs @@ -7,7 +7,7 @@ pub mod intensify; pub mod pet; pub mod sed; pub mod shifty_eyes; -pub mod wa; +pub mod wolfram_alpha; pub use intensify::intensify; pub use shifty_eyes::shifty_eyes; diff --git a/src/hooks/wa.rs b/src/hooks/wolfram_alpha.rs index cb4bc4c..cb4bc4c 100644 --- a/src/hooks/wa.rs +++ b/src/hooks/wolfram_alpha.rs 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 ), ]; } |
