mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
redesigned dir structure for rust 2018 style guide. made (untested) rtc funtion
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "fw-anwesenheit"
|
||||
path = "./src/bin/main.rs"
|
||||
path = "./src/main.rs"
|
||||
test = false
|
||||
doctest = false
|
||||
bench = false
|
||||
@@ -60,7 +60,7 @@ edge-nal-embassy = { version = "0.6.0", features = ["log"] }
|
||||
picoserve = { version = "0.16.0", features = ["embassy", "log"] }
|
||||
embassy-sync = { version = "0.7.0", features = ["log"] }
|
||||
|
||||
ds3231 = "0.3.0"
|
||||
ds3231 = { version = "0.3.0", features = ["async"] }
|
||||
ws2812-spi = "0.5.1"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user