blob: 88995919967c3a9c5a7d19d7c17670cddae828ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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
serde.workspace = true
log.workspace = true
|