-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcackle.toml
More file actions
58 lines (43 loc) · 679 Bytes
/
cackle.toml
File metadata and controls
58 lines (43 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[common]
version = 2
import_std = [
"fs",
"net",
"process",
]
[sandbox]
kind = "Disabled"
[pkg.peg-macros]
allow_proc_macro = true
[pkg.lazy_static]
allow_unsafe = true
[pkg.float-ord]
allow_unsafe = true
[pkg.hashbrown]
allow_unsafe = true
[pkg.proc-macro2]
build.allow_apis = [
"fs",
"process",
]
allow_unsafe = true
[pkg.log]
allow_unsafe = true
[pkg.indexmap]
allow_unsafe = true
[pkg.eson]
allow_apis = [
"fs",
]
[pkg.itertools]
allow_unsafe = true
[pkg.unicode-ident]
allow_unsafe = true
[pkg.derive_more-impl]
allow_proc_macro = true
[pkg.dyn-clone]
allow_unsafe = true
[pkg.syn]
allow_unsafe = true
[pkg.either]
allow_unsafe = true