This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/common/Cargo.toml
2024-11-25 02:17:19 +03:00

14 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