A human-friendly DSL for ATProto Lexicons
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 392 B view raw
1[workspace] 2resolver = "3" 3members = [ 4 "codegen-plugins/mlf-codegen-go", 5 "codegen-plugins/mlf-codegen-rust", 6 "codegen-plugins/mlf-codegen-typescript", 7 "mlf-cli", 8 "mlf-codegen", 9 "mlf-diagnostics", 10 "mlf-lexicon-fetcher", 11 "mlf-lang", 12 "mlf-lsp", 13 "mlf-validation", "mlf-wasm", 14 "tests", 15 "tree-sitter-mlf", 16 "website/mlf-playground-wasm"] 17 18default-members = [ 19 "mlf-cli" 20]