Select the types of activity you want to include in your feed.
1[workspace] 2members = ["com-gm112-rust-testlibrary", "com-gm112-rust-testproject"] 3resolver = "3" 4 5[profile.release] 6opt-level = "z" 7panic = "abort" 8lto = true 9codegen-units = 1 10strip = true 11