cargo-sync-rdme 0.8.0

Cargo subcommand to synchronize README with crate documentation
1
2
3
4
5
6
7
8
9
10
11
12
[book]
title = "cargo-sync-rdme Book"
authors = ["gifnksm"]
description = "A book about cargo-sync-rdme"
language = "en"

[rust]
edition = "2024"

[output.html]
git-repository-url = "https://github.com/gifnksm/cargo-sync-rdme"
edit-url-template = "https://github.com/gifnksm/cargo-sync-rdme/edit/main/docs/book/{path}"