2016-07-06 23:59:51 +00:00
|
|
|
[package]
|
2018-11-03 01:41:57 +00:00
|
|
|
name = "ruduino"
|
|
|
|
version = "0.1.1"
|
2016-07-06 23:59:51 +00:00
|
|
|
authors = [
|
|
|
|
"The AVR-Rust Project Developers",
|
|
|
|
"Jake Goulding <jake.goulding@gmail.com>",
|
|
|
|
]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
readme = "README.md"
|
2018-11-03 01:41:57 +00:00
|
|
|
repository = "https://github.com/avr-rust/ruduino"
|
2016-07-06 23:59:51 +00:00
|
|
|
description = """
|
|
|
|
Reusable components for the Arduino Uno.
|
|
|
|
"""
|
|
|
|
keywords = ["avr", "arduino", "uno"]
|
2017-08-29 13:48:44 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
avr-mcu = "0.2"
|
|
|
|
|