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.
2 parents 8153f02 + 89c0c2d commit 5cc57baCopy full SHA for 5cc57ba
.gitignore
@@ -2,3 +2,4 @@
2
*.rs.bk
3
*.svd
4
target
5
+Cargo.lock
Cargo.lock
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 @@
extern crate cast;
extern crate clap;
-extern crate either;
6
#[macro_use]
7
extern crate error_chain;
8
extern crate inflections;
0 commit comments