Skip to content

Commit

Permalink
embed README.md as crate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jun 28, 2023
1 parent 25b19e3 commit d8f2198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gdbg"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "MIT"
description = "gear dbg! macro"
Expand Down
2 changes: 2 additions & 0 deletions lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]

#![no_std]

#[macro_export]
Expand Down

0 comments on commit d8f2198

Please sign in to comment.