Skip to content

Commit b4a2c30

Browse files
committed
chore: Add a workspace
1 parent 2089053 commit b4a2c30

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

Cargo.toml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
[package]
2-
name = "env_logger"
3-
version = "0.10.2"
4-
description = """
5-
A logging implementation for `log` which is configured via an environment
6-
variable.
7-
"""
8-
repository = "https://github.com/rust-cli/env_logger"
9-
categories = ["development-tools::debugging"]
10-
keywords = ["logging", "log", "logger"]
1+
[workspace]
2+
resolver = "2"
3+
4+
[workspace.package]
115
license = "MIT OR Apache-2.0"
126
edition = "2021"
137
rust-version = "1.71" # MSRV
@@ -23,6 +17,21 @@ include = [
2317
"tests/**/*",
2418
]
2519

20+
[package]
21+
name = "env_logger"
22+
version = "0.10.2"
23+
description = """
24+
A logging implementation for `log` which is configured via an environment
25+
variable.
26+
"""
27+
repository = "https://github.com/rust-cli/env_logger"
28+
categories = ["development-tools::debugging"]
29+
keywords = ["logging", "log", "logger"]
30+
license.workspace = true
31+
edition.workspace = true
32+
rust-version.workspace = true
33+
include.workspace = true
34+
2635
[package.metadata.docs.rs]
2736
all-features = true
2837
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)