docs: create mdbook

This commit is contained in:
Paul Makles
2024-05-11 17:42:08 +01:00
parent 7703475868
commit b3494b12fc
5 changed files with 22 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ in pkgs.mkShell {
pkgs.rustfmt
pkgs.pkgconfig
pkgs.openssl.dev
# mdbook
pkgs.mdbook
];
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";