diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 66a29be..b3292b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,6 +24,13 @@ dependencies = [ ] [[package]] +name = "ka-cli" +version = "0.1.0" +dependencies = [ + "ka", +] + +[[package]] name = "proc-macro2" version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" |
