1[package]
2name = "eepytool"
3version = "0.1.0"
4edition = "2024"
5authors = ["arthomnix"]
6license = "MIT"
7
8[dependencies]
9eepy-serial-host = { path = "../eepy-serial-host" }
10color-eyre = "0.6.3"
11clap.workspace = true
12tar.workspace = true
13zstd.workspace = true