docs: cargo.toml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-08 04:25:16 +03:00
parent 5c55551ec9
commit 9fc2264c24

View file

@ -1,12 +1,12 @@
[package] [package]
name = "ardu-rs" name = "rust-arduino"
version = "0.1.0" version = "0.1.0"
authors = ["Ahmet Kaan GÜMÜŞ <96421894+Tahinli@users.noreply.github.com>"] authors = ["Ahmet Kaan GÜMÜŞ <96421894+Tahinli@users.noreply.github.com>"]
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0 OR GPL-3.0" license = "MIT OR Apache-2.0 OR GPL-3.0"
[[bin]] [[bin]]
name = "ardu-rs" name = "rust-arduino"
test = false test = false
bench = false bench = false