File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change 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 ]
11
5
license = " MIT OR Apache-2.0"
12
6
edition = " 2021"
13
7
rust-version = " 1.71" # MSRV
@@ -23,6 +17,21 @@ include = [
23
17
" tests/**/*" ,
24
18
]
25
19
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
+
26
35
[package .metadata .docs .rs ]
27
36
all-features = true
28
37
rustdoc-args = [" --cfg" , " docsrs" ]
You can’t perform that action at this time.
0 commit comments