"Just copy that file into you..." <- hmm still no luck. I added the fmt.rs to my library and the module to the lib.rs file I added ``` [features] defmt = [] log = [] ``` to the library's cargo.toml and `features = ["log"]` to the app's cargo.toml under the dependency for the library