File tree Expand file tree Collapse file tree 4 files changed +26
-18
lines changed
Expand file tree Collapse file tree 4 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,11 @@ members = [
55 " spdlog-internal" ,
66 " spdlog-macros" ,
77]
8+
9+ [workspace .package ]
10+ edition = " 2021"
11+ rust-version = " 1.66.1"
12+ repository = " https://github.com/SpriteOvO/spdlog-rs"
13+ license = " MIT OR Apache-2.0"
14+ keywords = [" spdlog" , " log" , " logging" ]
15+ categories = [" development-tools::debugging" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " spdlog-internal"
33version = " 0.2.0"
4- edition = " 2021"
5- rust-version = " 1.66.1"
64description = " Internal private common code for crate \" spdlog-rs\" "
7- repository = " https://github.com/SpriteOvO/spdlog-rs"
8- license = " MIT OR Apache-2.0"
95readme = " crates-io.md"
10- keywords = [" spdlog" , " log" , " logging" ]
11- categories = [" development-tools::debugging" ]
6+ edition.workspace = true
7+ rust-version.workspace = true
8+ repository.workspace = true
9+ license.workspace = true
10+ keywords.workspace = true
11+ categories.workspace = true
1212
1313[dependencies ]
1414nom = " 8.0.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " spdlog-macros"
33version = " 0.3.0"
4- edition = " 2021"
5- rust-version = " 1.66.1"
64description = " Macros implementation of crate \" spdlog-rs\" "
7- repository = " https://github.com/SpriteOvO/spdlog-rs"
8- license = " MIT OR Apache-2.0"
95readme = " crates-io.md"
10- keywords = [" spdlog" , " log" , " logging" ]
11- categories = [" development-tools::debugging" ]
6+ edition.workspace = true
7+ rust-version.workspace = true
8+ repository.workspace = true
9+ license.workspace = true
10+ keywords.workspace = true
11+ categories.workspace = true
1212
1313[lib ]
1414proc-macro = true
Original file line number Diff line number Diff line change 11[package ]
22name = " spdlog-rs"
33version = " 0.5.1"
4- edition = " 2021"
5- rust-version = " 1.66.1"
64description = " Fast, highly configurable Rust logging crate, inspired by the C++ logging library spdlog"
7- repository = " https://github.com/SpriteOvO/spdlog-rs"
8- license = " MIT OR Apache-2.0"
9- keywords = [" spdlog" , " log" , " logging" ]
10- categories = [" development-tools::debugging" ]
115exclude = [" /benches" ]
6+ edition.workspace = true
7+ rust-version.workspace = true
8+ repository.workspace = true
9+ license.workspace = true
10+ keywords.workspace = true
11+ categories.workspace = true
1212
1313[package .metadata .docs .rs ]
1414all-features = true
You can’t perform that action at this time.
0 commit comments