From c8c670d986fffc4be6211c6aa36e2a5f561cb7e1 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 22 Nov 2022 20:30:50 -0500 Subject: [PATCH] feat: add bonnie --- bonnie.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bonnie.toml diff --git a/bonnie.toml b/bonnie.toml new file mode 100644 index 00000000..cffc3bcb --- /dev/null +++ b/bonnie.toml @@ -0,0 +1,5 @@ +version="0.3.2" + +[scripts] +book = "mdbook serve book -d ../_site" +publish = "cargo workspaces publish" \ No newline at end of file