trident/src/bin/trident-lsp.rs rust ฯ 0.0% // --- // tags: trident, rust // crystal-type: source // crystal-domain: comp // --- fn main() { let rt = tokio::runtime::Runtime::new().expect("failed to create tokio runtime"); rt.block_on(trident::lsp::run_server()); } Local Graph