Skip to content

Commit

Permalink
build: add readme to 'sails-rs' as a symlink for proper packaging (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Aug 23, 2024
1 parent 36cf95d commit 08df62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rs/README.md
2 changes: 1 addition & 1 deletion rs/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!("../README.md")]
#![no_std]

#[cfg(feature = "mockall")]
Expand Down

0 comments on commit 08df62b

Please sign in to comment.