docs: cargo.toml
This commit is contained in:
parent
5c55551ec9
commit
9fc2264c24
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue