2019-11-23 17:48:16 -05: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-20 22:33:50 -05:00
|
|
|
door-light = []
|
2019-11-23 17:48:16 -05:00
|
|
|
replace-default = []
|
|
|
|
|
2019-12-21 16:36:22 -05:00
|
|
|
december-01-2019 = ["replace-default"]
|
2019-12-21 17:22:50 -05:00
|
|
|
december-21-2019 = ["replace-default"]
|
2019-12-24 15:44:08 -05:00
|
|
|
december-24-2019 = ["replace-default"]
|
2020-12-02 23:41:00 -05:00
|
|
|
december-02-2020 = ["replace-default"]
|
2020-02-13 18:55:33 -05:00
|
|
|
valentines-2020 = ["replace-default"]
|
2020-03-17 00:08:23 -04:00
|
|
|
st-patricks-day = ["replace-default"]
|
2020-07-04 19:56:50 -04:00
|
|
|
july-4 = ["replace-default"]
|
2020-10-07 19:38:56 -04:00
|
|
|
halloween-2020 = ["replace-default"]
|
2020-12-31 14:15:09 -05:00
|
|
|
new-years-eve-2020 = ["replace-default"]
|
2020-11-01 18:57:33 -05:00
|
|
|
november-2020 = ["replace-default"]
|
2019-11-23 18:55:21 -05:00
|
|
|
|
2019-11-23 17:48:16 -05:00
|
|
|
[dependencies]
|
|
|
|
house = { path = "../house" }
|
2021-07-04 20:30:13 -04:00
|
|
|
itsybitsy_m0 = "0.10"
|
2019-11-23 17:48:16 -05:00
|
|
|
lights = { path = "../lights" }
|
|
|
|
lights_hal = { path = "../itsybitsy_m0_lights", package = "itsybitsy_m0_lights" }
|
|
|
|
panic-halt = "0.2"
|