From 563bf955de168f69a02e0ac9ad77aae26e77506f Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Wed, 29 Sep 2021 03:19:41 +0100 Subject: [PATCH] add link to book to readme --- 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" -- rgit 0.1.3