Skip to content

Commit 46851cc

Browse files
committed
Complete Cargo.toml manifest for spdlog-macros crate
1 parent 90cb5a5 commit 46851cc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

spdlog-macros/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "spdlog-macros"
33
version = "0.1.0"
44
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"]
512

613
[lib]
714
proc-macro = true

spdlog-macros/crates-io.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# spdlog-macros
2+
3+
Macros implementation of crate [`spdlog-rs`].
4+
5+
`spdlog-macros` should currently not be used as a standalone dependency, use [`spdlog-rs`] instead.
6+
7+
[`spdlog-rs`]: https://crates.io/crates/spdlog-rs

0 commit comments

Comments
 (0)