You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
658 B

[package]
name = "eink_calendar"
version = "0.1.0"
edition = "2021"
[features]
epd = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embedded-graphics = "0.7.1"
linux-embedded-hal = "0.3"
embedded-hal = "0.2.4"
embedded-components = { git = "https://gitea.anshorei.me/Anshorei/embedded-components.git" }
epd-waveshare = { git = "https://github.com/Anshorei/epd-waveshare", rev = "3011b5c" }
chrono = "*"
kitchen-fridge = { git = "https://gitea.anshorei.me/Anshorei/kitchen-fridge.git", branch = "feature/events" }
tokio = "*"
serde = "*"
serde_json = "*"
embedded-graphics-simulator = "*"