Fully rename the crate
This commit is contained in:
parent
704c54a9d7
commit
4948dd412e
|
@ -1,14 +1,13 @@
|
|||
[package]
|
||||
name = "arduino"
|
||||
version = "0.1.0"
|
||||
name = "ruduino"
|
||||
version = "0.1.1"
|
||||
authors = [
|
||||
"The AVR-Rust Project Developers",
|
||||
"Jake Goulding <jake.goulding@gmail.com>",
|
||||
]
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/avr-rust/arduino"
|
||||
homepage = "https://github.com/avr-rust/arduino"
|
||||
repository = "https://github.com/avr-rust/ruduino"
|
||||
description = """
|
||||
Reusable components for the Arduino Uno.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue