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 4f05733 commit b1fbb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/toner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license-file.workspace = true
keywords.workspace = true
categories.workspace = true
description = "SDK for TON blockchain"
readme = "../../README.md"

[dependencies]
tlb.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/toner/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../../README.md"))]
#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]
pub use tlb;
pub use tlb_ton as ton;
pub use ton_contracts as contracts;

0 comments on commit b1fbb18

Please sign in to comment.