diff options
| author | Micha White <botahamec@outlook.com> | 2023-09-27 09:37:44 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-09-27 09:37:44 -0400 |
| commit | 89a1d6b488f83d121e55d8a6c08efe01649bb692 (patch) | |
| tree | 79cae2a2aa553ee2e4d70c305d28dbfc6cc198c9 /Cargo.toml | |
| parent | 1b379403ab971e188483df5d580c39695db7f44a (diff) | |
Create a pdn crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ [workspace]
+resolver = "2"
members = [
- "model",
"ai",
+ "model",
+ "pdn",
"ui"
]
|
