File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name = "spdlog-internal"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.60"
6
+ description = " Internal private common code for 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" ]
6
12
7
13
[dependencies ]
8
14
nom = " 7.1.3"
Original file line number Diff line number Diff line change
1
+ # spdlog-internal
2
+
3
+ Internal private common code for crate [ ` spdlog-rs ` ] .
4
+
5
+ ` spdlog-internal ` should never be used as a standalone dependency, use [ ` spdlog-rs ` ] instead.
6
+
7
+ [ `spdlog-rs` ] : https://crates.io/crates/spdlog-rs
Original file line number Diff line number Diff line change
1
+ //! Internal private common code for crate [`spdlog-rs`].
2
+ //!
3
+ //! `spdlog-macros` should never be used as a standalone dependency, use
4
+ //! [`spdlog-rs`] instead.
5
+ //!
6
+ //! [`spdlog-rs`]: https://crates.io/crates/spdlog-rs
7
+
1
8
pub mod pattern_parser;
2
9
3
10
#[ macro_export]
You can’t perform that action at this time.
0 commit comments