We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e8d24 commit 89c0c2dCopy full SHA for 89c0c2d
Cargo.toml
@@ -29,7 +29,6 @@ path = "src/main.rs"
29
[dependencies]
30
cast = "0.2.2"
31
clap = "2.26.0"
32
-either = "1.1.0"
33
error-chain = "0.11.0"
34
inflections = "1.1.0"
35
quote = "0.3.15"
src/main.rs
@@ -2,7 +2,6 @@
2
3
extern crate cast;
4
extern crate clap;
5
-extern crate either;
6
#[macro_use]
7
extern crate error_chain;
8
extern crate inflections;
0 commit comments