🏡 index : ~doyle/chartered.git

author Jordan Doyle <jordan@doyle.la> 2021-09-29 3:19:41.0 +01:00:00
committer Jordan Doyle <jordan@doyle.la> 2021-09-29 3:21:39.0 +01:00:00
commit
563bf955de168f69a02e0ac9ad77aae26e77506f [patch]
tree
ab1844bd7c2441b70c95883ed27dd45f35ff2e76
parent
d9689b8a4bc16943298225ca57e518ec58ad6b18
download
563bf955de168f69a02e0ac9ad77aae26e77506f.tar.gz

add link to book to readme



Diff

 README.md      | 2 ++
 book/book.toml | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/README.md b/README.md
index e536738..3fdae66 100644
--- a/README.md
+++ a/README.md
@@ -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.

diff --git a/book/book.toml b/book/book.toml
index 329850a..5ab3c4c 100644
--- a/book/book.toml
+++ a/book/book.toml
@@ -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"