-
- Downloads
ref+tests: make sub-commands testable and test it
... | @@ -13,3 +13,6 @@ graphql_client = "0.9.0" | ... | @@ -13,3 +13,6 @@ graphql_client = "0.9.0" |
reqwest = { version = "0.10.9", features = ["blocking", "json"] } | reqwest = { version = "0.10.9", features = ["blocking", "json"] } | ||
serde = { version = "1.0.105", features = ["derive"] } | serde = { version = "1.0.105", features = ["derive"] } | ||
structopt = "0.3.18" | structopt = "0.3.18" | ||
[dev-dependencies] | |||
mockall = "0.8.0" |
src/commands.rs
0 → 100644
Please register or sign in to comment