summaryrefslogtreecommitdiff
path: root/rola-bucket/Cargo.toml
blob: 61d79408c8bc6f5db575dea02ff77dea7fe8989f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
log.workspace = true