15 lines
238 B
TOML
15 lines
238 B
TOML
|
[package]
|
||
|
name = "common"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
# Serialization
|
||
|
serde.workspace = true
|
||
|
toml.workspace = true
|
||
|
hex.workspace = true
|
||
|
|
||
|
# Tracing
|
||
|
tracing.workspace = true
|
||
|
tracing-subscriber.workspace = true
|