summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-09-27 09:37:44 -0400
committerMicha White <botahamec@outlook.com>2023-09-27 09:37:44 -0400
commit89a1d6b488f83d121e55d8a6c08efe01649bb692 (patch)
tree79cae2a2aa553ee2e4d70c305d28dbfc6cc198c9 /Cargo.toml
parent1b379403ab971e188483df5d580c39695db7f44a (diff)
Create a pdn crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6907ca9..7c1c288 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[workspace]
+resolver = "2"
members = [
- "model",
"ai",
+ "model",
+ "pdn",
"ui"
]