2005
4da2a61046
api: small changes, now returning result result instead of wrapping it in an resulted enum, easier to check
27 lines
599 B
TOML
27 lines
599 B
TOML
[package]
|
|
name = "bunbun-worker"
|
|
version = "0.1.1"
|
|
description = "An rpc/non-rpc rabbitmq worker library"
|
|
edition = "2021"
|
|
license = "AGPL-3.0"
|
|
authors = ["4o1x5 <4o1x5@4o1x5.dev>"]
|
|
repository = "https://git.4o1x5.dev/4o1x5/bunbun-worker"
|
|
keywords = ["worker", "rpc", "rabbitmq"]
|
|
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.83"
|
|
futures = "0.3.31"
|
|
lapin = "2.5.0"
|
|
serde = "1.0.213"
|
|
serde_json = "1.0.132"
|
|
tokio = { version = "1.41.0", features = ["full"] }
|
|
tracing = "0.1.40"
|
|
uuid = { version = "1.11.0", features = ["v4"] }
|
|
|
|
[dev-dependencies]
|
|
tracing-test = "0.2.5"
|
|
test-log = "0.2.16"
|
|
tracing = "0.1.40"
|
|
|