We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1e0f6 commit 0ada400Copy full SHA for 0ada400
Cargo.toml
@@ -5,9 +5,9 @@ version = "0.5.0"
5
authors = ["The Rust Project Developers", "Dawid Ciężarkiewicz <dpc@dpc.pw>"]
6
license = "MIT/Apache-2.0"
7
readme = "README.md"
8
-repository = "https://github.com/dpc/slog-envlogger"
9
-documentation = "https://github.com/dpc/slog-envlogger"
10
-homepage = "https://github.com/dpc/slog-envlogger"
+documentation = "https://docs.rs/slog-envlogger"
+homepage = "https://github.com/slog-rs/slog"
+repository = "https://github.com/slog-rs/envlogger"
11
description = """
12
Port of de facto standard logger implementation for Rust, to `slog-rs` framework.
13
"""
0 commit comments