summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-12-21 19:31:29 -0500
committerMicha White <botahamec@outlook.com>2023-12-21 19:31:29 -0500
commitd68f3fe96cf635f172804f728aafea9adabec6f1 (patch)
treee64d6531a98a348bc97241c218b8fcccfd87a43e /Cargo.toml
parent655e896fb57ede428f889c6c7598f8954784e0dd (diff)
Remove UI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f127c6..560f992 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,7 @@ resolver = "2"
members = [
"engine",
"model",
- "pdn",
- "ui"
+ "pdn"
]
[profile.dev]