From 59274c5c2a3a55df72a88f1b4cdd191cab700ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 19 Apr 2020 19:26:40 +0200 Subject: [PATCH] change pkg name --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e016d7..d9e6b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] -name = "cli-app-base" +name = "appbase" version = "0.1.0" authors = ["Ondřej Hruška "] edition = "2018" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html