1[package]
2name = "eepytool"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7eepy-serial = { path = "../eepy-serial" }
8postcard.workspace = true
9clap.workspace = true
10serialport.workspace = true
11tar.workspace = true
12zstd.workspace = true