[package] name = "megatiny_hal" version = "0.2.0" edition = "2021" description = "A hardware abstraction layer for attiny and atmega avr devices." license = "MIT OR Apache-2.0" authors = ["Alaric Pan"] homepage = "http://alaricpan.org/projects/megatiny_hal.html" repository = "https://github.com/APan55555/megatiny_hal" exclude = ["atdfs/*", "svds/*", "build_files/*", "device_files/*", "json_spec_files/*", "test_pcb_boards/*"] [dependencies] bare-metal = "0.2.x" panic-halt = "0.2.0" vcell = "0.1.x"