File tree 2 files changed +9
-47
lines changed 2 files changed +9
-47
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ exclude = [
16
16
]
17
17
edition.workspace = true
18
18
19
- [features ]
20
- debugmozjs = []
21
- profilemozjs = []
22
- uwp = []
23
- jitspew = []
24
-
25
19
[lib ]
26
20
name = " mozjs_sys"
27
21
# The generated jsapi.rs contains #[doc] strings which look like
28
22
# doctests but are definitely not.
29
23
doctest = false
30
24
25
+ [features ]
26
+ debugmozjs = []
27
+ profilemozjs = []
28
+ uwp = []
29
+ jitspew = []
30
+
31
31
[dependencies ]
32
32
encoding_c = " 0.9.8"
33
33
encoding_c_mem = " 0.2.6"
Original file line number Diff line number Diff line change @@ -8,47 +8,6 @@ build = "build.rs"
8
8
license.workspace = true
9
9
edition.workspace = true
10
10
11
- [build-dependencies ]
12
- cc.workspace = true
13
-
14
- [[example ]]
15
- name = " minimal"
16
- [[example ]]
17
- name = " eval"
18
-
19
- [[test ]]
20
- name = " callback"
21
- [[test ]]
22
- name = " capture_stack"
23
- [[test ]]
24
- name = " custom_auto_rooter"
25
- [[test ]]
26
- name = " custom_auto_rooter_macro"
27
- [[test ]]
28
- name = " enumerate"
29
- [[test ]]
30
- name = " evaluate"
31
- [[test ]]
32
- name = " offthread"
33
- [[test ]]
34
- name = " panic"
35
- [[test ]]
36
- name = " property_descriptor"
37
- [[test ]]
38
- name = " rooting"
39
- [[test ]]
40
- name = " runtime"
41
- [[test ]]
42
- name = " runtime_no_outlive"
43
- [[test ]]
44
- name = " typedarray"
45
- [[test ]]
46
- name = " typedarray_panic"
47
- [[test ]]
48
- name = " stack_limit"
49
- [[test ]]
50
- name = " vec_conversion"
51
-
52
11
[lib ]
53
12
doctest = false
54
13
@@ -64,3 +23,6 @@ libc.workspace = true
64
23
log = " 0.4"
65
24
num-traits = " 0.2"
66
25
mozjs_sys = { path = " ../mozjs" }
26
+
27
+ [build-dependencies ]
28
+ cc.workspace = true
You can’t perform that action at this time.
0 commit comments