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