pickls-config 0.1.5

Configuration Format for Pickls
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "pickls_config"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "text-editors"]
description = "Configuration Format for Pickls"
edition = "2021"
homepage = "https://github.com/wbbradley/pickls-config"
keywords = ["LSP", "protocol", "command-line", "ide", "config"]
license = "MIT"
name = "pickls-config"
readme = "README.md"
repository = "https://github.com/wbbradley/pickls-config"
version = "0.1.5"