valkyrie-wit 0.0.2

Valkyrie Language Server
Documentation
1
2
3
4
5
6
7
8
9
{
    "name": "native-nyar",
    "private": true,
    "scripts": {
        "serve": "cargo run -- -l F:\\Python\\vk-intellij\\src\\design\\lang -s localhost:9600",
        "install": "cargo build --release",
        "p": "cargo publish --allow-dirty"
    }
}