blob: 07c555e13866e9d377b81a1fcd273189f925d097 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "rola-bucket"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
shared_constants.workspace = true
shared_functions.workspace = true
shared_macros.workspace = true
space-system.workspace = true
thiserror.workspace = true
tokio.workspace = true
|