Select the types of activity you want to include in your feed.
1[package] 2name = "eepy-serial-host" 3version = "0.1.0" 4edition = "2024" 5authors = ["arthomnix"] 6license = "MIT" 7 8[dependencies] 9eepy-serial = { path = "../eepy-serial" } 10serialport.workspace = true 11postcard.workspace = true