17 lines
394 B
TOML
17 lines
394 B
TOML
|
|
[package]
|
||
|
|
name = "nuwiki-lsp"
|
||
|
|
description = "LSP protocol bridge for nuwiki, built on top of nuwiki-core."
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
homepage.workspace = true
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
nuwiki-core = { path = "../nuwiki-core", version = "0.1.0" }
|