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