-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (32 loc) · 1.01 KB
/
Cargo.toml
File metadata and controls
32 lines (32 loc) · 1.01 KB
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
[workspace]
resolver = "2"
members = [
"pkgs/crate-genotype-lang-core-tree",
"pkgs/crate-genotype-lang-core-config",
"pkgs/crate-genotype-lang-core-project",
"pkgs/crate-genotype-lang-ts-tree",
"pkgs/crate-genotype-lang-ts-project",
"pkgs/crate-genotype-lang-ts-config",
"pkgs/crate-genotype-lang-py-tree",
"pkgs/crate-genotype-lang-py-project",
"pkgs/crate-genotype-lang-py-config",
"pkgs/crate-genotype-lang-rs-tree",
"pkgs/crate-genotype-lang-rs-project",
"pkgs/crate-genotype-lang-rs-config",
"pkgs/crate-litty",
"pkgs/crate-litty-macro-tests",
"pkgs/crate-genotype-runtime",
"pkgs/npm-genotype-json-types/dist/rs",
"pkgs/crate-genotype-json-converter",
"pkgs/npm-genotype-lsp",
"pkgs/crate-genotype-parser",
"pkgs/crate-genotype-project",
"pkgs/crate-genotype-visitor-macro",
"pkgs/crate-genotype-cli",
"pkgs/crate-genotype-config",
"pkgs/crate-genotype-workspace",
"pkgs/crate-genotype-watcher",
"pkgs/crate-genotype-path",
"pkgs/crate-genotype-test",
"pkgs/crate-toml-ext",
]