[package]
name = "slog-example-lib"
version = "0.2.0"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Example of a library utilizing slog-rs"
keywords = ["log", "logging", "structured", "hierarchical", "example"]
license = "MPL-2.0"
documentation = "https://dpc.github.io/slog-rs/"
homepage = "https://github.com/dpc/slog-rs"
repository = "https://github.com/dpc/slog-rs"
readme = "README.md"
[lib]
path = "lib.rs"
[dependencies]
slog = "2"
slog-stdlog = "2"
[dev-dependencies]
env_logger = "0.3.5"
slog-term = "2"
slog-async = "2"