Skip to content

Commit

Permalink
fix(docs): include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny committed Jun 11, 2024
1 parent d5e3bf7 commit 4f05733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/toner/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../../README.md")]
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../../README.md"))]
pub use tlb;
pub use tlb_ton as ton;
pub use ton_contracts as contracts;
pub use ton_contracts as contracts;

0 comments on commit 4f05733

Please sign in to comment.