Files
third_party_rust_codespan/Cargo.toml
Markus Westerlind e02f0f35a6 feat: Add the codespan-lsp crate
This contains functions to translate codepan's types into the ones used
n the language server protocol.
2018-04-30 22:37:03 +02:00

7 lines
94 B
TOML

[workspace]
members = [
"./codespan",
"./codespan-reporting",
"./codespan-lsp",
]