From 4ecc5e686761542c5abfc96301e8731d47d9f205 Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Sun, 22 Jan 2023 16:25:21 +0100 Subject: [PATCH] renamed cargo package to docki instead of docki-cli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1230cca..1adc0c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "docki-cli" +name = "docki" version = "0.1.0" edition = "2021" description = "cli for building and publishing documentation using asciidoctor"