rvgax/Cargo.toml

24 lines
428 B
TOML

[package]
name = "rvgax"
version = "0.0.1"
authors = [
"Kirbylife <kirbylife@protonmail.com>",
]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/kirbylife/rvgax"
description = """
VGA library for Arduino UNO to use with rust-avr.
"""
build = "core_generator/build.rs"
keywords = ["avr", "arduino", "uno", "vga", "vgax"]
[dependencies]
arduino = "0.1"
[build-dependencies]
avr-mcu = "0.2"