Skip to content

Commit f83c898

Browse files
committed
Add the readme.md path to the Cargo.toml.
According to the rust documentation at https://doc.rust-lang.org/cargo/reference/manifest.html#the-readme-field, the default readme file looked up when creating the package is a capitalised `README.md` (and some others). Since ours isn't capitalised, we have to explicitly indicate the file name. Fixes diffblue#7667.
1 parent f19ebc3 commit f83c898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcprover-rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/diffblue/cbmc"
77
documentation = "https://diffblue.github.io/cbmc/"
88
license = "BSD-4-Clause"
99
exclude = ["module_dependencies.txt", "Cargo.lock"]
10+
readme = "readme.md"
1011

1112
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213

0 commit comments

Comments
 (0)