[package] name = "slog-nursery" version = "0.1.0" authors = ["Dawid Ciężarkiewicz "] description = "Staging area for slog-rs" keywords = ["log", "logging", "structured", "hierarchical"] 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 = { version = "1", path = "../.." }