-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
50 lines (47 loc) · 1.02 KB
/
Cargo.toml
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
[workspace]
resolver = "2"
members = [
"bins/cdl2spice",
"bins/spicemerge",
"bins/sky130spconv",
"codegen",
"config",
"docs/snippets",
"examples",
"examples/latest/sky130_inverter",
"examples/latest/spice_vdivider",
"examples/latest/colbuf",
"examples/latest/vdivider",
"examples/latest/via",
"examples/latest/substrate_api_examples",
"libs/cache",
"libs/diagnostics",
"libs/layir",
"libs/enumify",
"libs/enumify_macros",
"libs/gds",
"libs/gdsconv",
"libs/geometry",
"libs/geometry_macros",
"libs/lefdef",
"libs/pathtree",
"libs/psfparser",
"libs/scir",
"libs/spice",
"libs/macrotools",
"libs/nutlex",
"libs/type_dispatch",
"libs/type_dispatch_macros",
"libs/uniquify",
"libs/verilog",
"pdks/sky130",
"substrate",
"tools/magic",
"tools/netgen",
"tools/ngspice",
"tools/pegasus",
"tools/quantus",
"tools/spectre",
"tools/magic_netgen",
]
exclude = ["examples/release"]