2019-11-23 22:48:16 +00:00
|
|
|
[package]
|
|
|
|
name = "harrogate"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Tangent 128 <Tangent128@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
codegen-units = 1
|
|
|
|
debug = true
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
2020-01-21 03:33:50 +00:00
|
|
|
door-light = []
|
2019-11-23 22:48:16 +00:00
|
|
|
replace-default = []
|
|
|
|
|
2019-12-21 21:36:22 +00:00
|
|
|
december-01-2019 = ["replace-default"]
|
2019-12-21 22:22:50 +00:00
|
|
|
december-21-2019 = ["replace-default"]
|
2019-12-24 20:44:08 +00:00
|
|
|
december-24-2019 = ["replace-default"]
|
2020-12-03 04:41:00 +00:00
|
|
|
december-02-2020 = ["replace-default"]
|
2020-02-13 23:55:33 +00:00
|
|
|
valentines-2020 = ["replace-default"]
|
2020-03-17 04:08:23 +00:00
|
|
|
st-patricks-day = ["replace-default"]
|
2020-07-04 23:56:50 +00:00
|
|
|
july-4 = ["replace-default"]
|
2020-10-07 23:38:56 +00:00
|
|
|
halloween-2020 = ["replace-default"]
|
2020-12-31 19:15:09 +00:00
|
|
|
new-years-eve-2020 = ["replace-default"]
|
2020-11-01 23:57:33 +00:00
|
|
|
november-2020 = ["replace-default"]
|
2019-11-23 23:55:21 +00:00
|
|
|
|
2019-11-23 22:48:16 +00:00
|
|
|
[dependencies]
|
|
|
|
house = { path = "../house" }
|
2021-07-05 00:30:13 +00:00
|
|
|
itsybitsy_m0 = "0.10"
|
2019-11-23 22:48:16 +00:00
|
|
|
lights = { path = "../lights" }
|
|
|
|
lights_hal = { path = "../itsybitsy_m0_lights", package = "itsybitsy_m0_lights" }
|
|
|
|
panic-halt = "0.2"
|