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.
Cargo.toml
spdlog-macros
1 parent 90cb5a5 commit 46851ccCopy full SHA for 46851cc
spdlog-macros/Cargo.toml
@@ -2,6 +2,13 @@
2
name = "spdlog-macros"
3
version = "0.1.0"
4
edition = "2021"
5
+rust-version = "1.56"
6
+description = "Macros implementation of crate \"spdlog-rs\""
7
+repository = "https://github.com/SpriteOvO/spdlog-rs"
8
+license = "MIT OR Apache-2.0"
9
+readme = "crates-io.md"
10
+keywords = ["spdlog", "log", "logging"]
11
+categories = ["development-tools::debugging"]
12
13
[lib]
14
proc-macro = true
spdlog-macros/crates-io.md
@@ -0,0 +1,7 @@
1
+# spdlog-macros
+
+Macros implementation of crate [`spdlog-rs`].
+`spdlog-macros` should currently not be used as a standalone dependency, use [`spdlog-rs`] instead.
+[`spdlog-rs`]: https://crates.io/crates/spdlog-rs
0 commit comments