firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
0

Configure Feed

Select the types of activity you want to include in your feed.

1[package] 2name = "eepy-derive" 3version = "0.1.0" 4edition = "2024" 5 6[lib] 7proc-macro = true 8 9[dependencies] 10syn = { version = "2.0", features = ["full"] } 11quote = "1.0"