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