diff options
Diffstat (limited to 'rola-cli/Cargo.toml')
| -rw-r--r-- | rola-cli/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rola-cli/Cargo.toml b/rola-cli/Cargo.toml new file mode 100644 index 0000000..9ee6816 --- /dev/null +++ b/rola-cli/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rola-cli" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[dependencies] +shared_functions.workspace = true +shared_macros.workspace = true |
