python-lsp 0.0.0

Python Language Server Protocol implementation for Rusty Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "python-lsp"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository = "https://github.com/nyar-vm/rusty-python"
description = "Python Language Server Protocol implementation for Rusty Python"

[dependencies]
python-types = { workspace = true }
python-ir = { workspace = true }
serde = { workspace = true, features = ["derive"] }