oak-hover 0.0.3

Hover information and documentation lookup support for the Oak framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "oak-hover"

version.workspace = true

authors.workspace = true

description = "Hover information and documentation lookup support for the Oak framework."

edition.workspace = true

license.workspace = true

repository = "https://github.com/ygg-lang/oaks/tree/master/projects/oak-hover"

categories = ["development-tools"]

keywords = ["hover", "documentation", "lsp"]



[dependencies]

oak-core = { workspace = true, features = ["serde"] }

serde = { workspace = true }