Select the types of activity you want to include in your feed.
1[package] 2name = "mlf-codegen-rust" 3version = "0.1.0" 4edition = "2024" 5license = "MIT" 6description = "Rust code generator plugin for MLF" 7 8[dependencies] 9mlf-lang = { path = "../../mlf-lang" } 10mlf-codegen = { path = "../../mlf-codegen" }