[workspace] resolver = "2" members = [ "fw16-epd-bsp", "eepy", "eepy-sys", "eepy-serial", "eepy-gui", "eepy-example-app", "elf2epb", "pervasive-spi", "tp370pgh01", "eepy-launcher", "eepytool", "eepy-derive", ] [workspace.dependencies] rp2040-hal = "0.11" rp2040-flash = { git = "https://github.com/arthomnix/rp2040-flash", rev = "a18ac01" } cortex-m = "0.7" cortex-m-rt = "0.7" embedded-hal = "1.0" defmt = "0.3" defmt-rtt = "0.4" panic-probe = { version = "0.3", features = ["print-defmt"] } critical-section = "1.2" portable-atomic = { version = "1.10", features = ["critical-section"] } mcp9808 = "0.4" usb-device = "0.3" usbd-serial = "0.2" crc32fast = { version = "1.4", default-features = false } embedded-graphics = "0.8.1" heapless = "0.8" once_cell = { version = "1.20", default-features = false, features = ["critical-section"] } postcard = "1.1" serde = { version = "1.0", default-features = false, features = ["derive"] } elf = "0.7" clap = { version = "4.5", features = ["derive"] } serialport = "4.7" tar = "0.4" zstd = "0.13" strum = { version = "0.27", default-features = false, features = ["derive"] } tickv = "2.0" siphasher = "1.0" fugit = "0.3"