File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22members = [" napi" ]
33resolver = " 2"
44
5- [package ]
6- name = " oxc_resolver"
7- version = " 8.0.0"
5+ [workspace .package ]
86authors = [" Boshen <boshenc@gmail.com>" ]
97categories = [" development-tools" ]
108edition = " 2024"
@@ -17,6 +15,21 @@ repository = "https://github.com/oxc-project/oxc-resolver"
1715rust-version = " 1.85.0"
1816description = " ESM / CJS module resolution"
1917
18+ [package ]
19+ name = " oxc_resolver"
20+ version = " 8.0.0"
21+ authors.workspace = true
22+ categories.workspace = true
23+ edition.workspace = true
24+ homepage.workspace = true
25+ include.workspace = true
26+ keywords.workspace = true
27+ license.workspace = true
28+ readme.workspace = true
29+ repository.workspace = true
30+ rust-version.workspace = true
31+ description.workspace = true
32+
2033[lib ]
2134doctest = false
2235
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_napi_resolver"
3- version = " 0.0.0"
4- edition = " 2024"
5- publish = false
6- rust-version = " 1.85.0"
3+ version = " 8.0.0"
4+ publish = true
5+ authors.workspace = true
6+ categories.workspace = true
7+ edition.workspace = true
8+ homepage.workspace = true
9+ include.workspace = true
10+ keywords.workspace = true
11+ license.workspace = true
12+ readme.workspace = true
13+ repository.workspace = true
14+ rust-version.workspace = true
15+ description.workspace = true
716
817[lib ]
918crate-type = [" cdylib" ]
You can’t perform that action at this time.
0 commit comments