lsp-ai/Cargo.toml
2024-06-22 10:07:29 -07:00

13 lines
366 B
TOML

[workspace]
members = [
"crates/*",
]
resolver = "2"
[workspace.package]
edition = "2021"
license = "MIT"
description = "LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them."
repository = "https://github.com/SilasMarvin/lsp-ai"
readme = "README.md"