diff options
| author | Mel <einebeere@gmail.com> | 2021-09-20 17:36:40 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-09-20 17:36:40 +0200 |
| commit | 8bcbf51cf4f7924600eae39db67ff653b48ad95d (patch) | |
| tree | 6ee9ea655c1c983938d9dde63bb68dcb26342b89 /cli/Cargo.toml | |
| parent | 7667695eba44f94c064708f5f4c54f78d685b024 (diff) | |
| download | ka-8bcbf51cf4f7924600eae39db67ff653b48ad95d.tar.zst ka-8bcbf51cf4f7924600eae39db67ff653b48ad95d.zip | |
Extract CLI
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml new file mode 100644 index 0000000..a1d090c --- /dev/null +++ b/cli/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ka-cli" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +ka = { path = "../" } \ No newline at end of file |
