From eba719fb61486c9058fc23705b4680748fd660d5 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 25 Mar 2023 13:33:56 +0100 Subject: [PATCH] feat: chad name Co-authored-by: zaaarf --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 410ee9a..5eff1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [lib] -name = "needle" +name = "tetanus" path = "src/lib.rs" [[bin]]