From 9fc2264c24973f5161ee5a08549e0212da9b22e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:25:16 +0300 Subject: [PATCH] docs: cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bc8f96..df59ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "ardu-rs" +name = "rust-arduino" version = "0.1.0" authors = ["Ahmet Kaan GÜMÜŞ <96421894+Tahinli@users.noreply.github.com>"] edition = "2021" license = "MIT OR Apache-2.0 OR GPL-3.0" [[bin]] -name = "ardu-rs" +name = "rust-arduino" test = false bench = false