oak-resolver 0.0.4

Module resolution and global symbol management for the Oaks framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "oak-resolver"

version.workspace = true

authors.workspace = true

description = "Module resolution and global symbol management for the Oaks framework."

edition.workspace = true

license.workspace = true

readme = "readme.md"

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



[dependencies]

oak-core = { workspace = true }

oak-vfs = { workspace = true }

oak-symbols = { workspace = true }

serde = { workspace = true }

dashmap = { workspace = true }

url = { workspace = true }

tracing = { workspace = true }