ttrc-lsp 0.0.1

Placeholder for the Titrate language server (LSP) implementation.
1
2
3
4
5
fn main() {
    println!("This is ttrc-lsp 鈥?a placeholder for the Titrate toolchain.");
    println!("The real implementation will be available in a future release.");
    println!("Learn more: https://github.com/richie-rich90454/titrate");
}