Files
Markus Westerlind d29b56444c 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",
]