-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 732 Bytes
/
Cargo.toml
File metadata and controls
35 lines (32 loc) · 732 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
[package]
name = "td-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
[build-dependencies]
[workspace]
members = [
"plugins/chop/euro-filter",
"plugins/chop/filter",
"plugins/chop/generator",
"plugins/chop/monome-grid",
"plugins/chop/python",
"plugins/chop/wasm",
"plugins/dat/filter",
"plugins/dat/dynamic_menu",
"plugins/sop/generator-sop",
"plugins/top/bevy-top",
"plugins/top/cpu-memory-top",
"plugins/top/cuda",
"plugins/top/stylegan-http",
"td-rs-autocxx-build",
"td-rs-base",
"td-rs-chop",
"td-rs-dat",
"td-rs-derive",
"td-rs-derive-py",
"td-rs-sop",
"td-rs-top",
"td-rs-xtask",
"xtask",
]