15 lines
322 B
TOML
15 lines
322 B
TOML
[package]
|
|||
|
|
name = "tools-common"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
uuid.workspace = true
|
||
|
|
chrono.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
async-nats.workspace = true
|
||
|
|
redis.workspace = true
|