dinoco_vscode 0.1.1

Language server components for Dinoco editor and VS Code integration.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "dinoco_vscode"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language server components for Dinoco editor and VS Code integration."
homepage = "https://docs.dinoco.io"
readme = "crates.md"
keywords = [
    "orm",
    "lsp",
    "vscode",
    "editor",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/dinoco-rs/dinoco"

[[bin]]
name = "dinoco_vscode"
path = "src/main.rs"

[dependencies.dashmap]
version = "5.5"

[dependencies.dinoco_compiler]
version = "0.1.1"

[dependencies.dinoco_formatter]
version = "0.1.1"

[dependencies.tokio]
version = "1.50.0"
features = [
    "full",
    "rt-multi-thread",
]

[dependencies.tower-lsp]
version = "0.20"