hippofish/packages/backend/crates/logging/Cargo.toml
2023-05-08 22:42:34 -07:00

9 lines
208 B
TOML

[package]
name = "logging"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
config = { path = "../config" }