Skip to content

Commit

Permalink
Complete Cargo.toml manifest for spdlog-internal crate
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Oct 7, 2024
1 parent cb16640 commit 9f9516b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spdlog-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "spdlog-internal"
version = "0.1.0"
edition = "2021"
rust-version = "1.60"
description = "Internal private common code for crate \"spdlog-rs\""
repository = "https://github.com/SpriteOvO/spdlog-rs"
license = "MIT OR Apache-2.0"
readme = "crates-io.md"
keywords = ["spdlog", "log", "logging"]
categories = ["development-tools::debugging"]

[dependencies]
nom = "7.1.3"
Expand Down
7 changes: 7 additions & 0 deletions spdlog-internal/crates-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# spdlog-internal

Internal private common code for crate [`spdlog-rs`].

`spdlog-internal` should never be used as a standalone dependency, use [`spdlog-rs`] instead.

[`spdlog-rs`]: https://crates.io/crates/spdlog-rs
7 changes: 7 additions & 0 deletions spdlog-internal/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//! Internal private common code for crate [`spdlog-rs`].
//!
//! `spdlog-macros` should never be used as a standalone dependency, use
//! [`spdlog-rs`] instead.
//!
//! [`spdlog-rs`]: https://crates.io/crates/spdlog-rs
pub mod pattern_parser;

#[macro_export]
Expand Down

0 comments on commit 9f9516b

Please sign in to comment.