add link to book to readme
Diff
README.md | 2 ++
book/book.toml | 3 +++
2 files changed, 5 insertions(+)
@@ -1,9 +1,11 @@
# chartered
a little dig at creating a private cargo repository with authenticated downloads, the plan is to have git connect to
a git server we setup that we can serve a fake index from generated just for the authenticated user that we can embed
authentication credentials into.
learn more at https://book.chart.rs/
designed to be easily morphable into a first-class authenticated registry-provider once [one][1] [of][2] the cargo RFCs go
through.
@@ -1,6 +1,9 @@
[book]
authors = ["Jordan Doyle"]
language = "en"
multilingual = false
src = "src"
title = "Chartered"
[output.html]
git-repository-url = "https://github.com/w4/chartered/tree/main/book"