15 lines
357 B
TOML
15 lines
357 B
TOML
[package]
|
|
name = "ubw-worker"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { workspace = true }
|
|
tower = { workspace = true }
|
|
reqwest = {workspace = true}
|
|
url = {workspace = true}
|
|
rand = {workspace = true}
|
|
thiserror = {workspace = true}
|
|
compact_str = {workspace = true}
|
|
bytes = {workspace = true}
|
|
clap = {version = "4.5", features = ["derive"]} |