summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMike White <botahamec@outlook.com>2021-08-23 21:22:26 -0400
committerMike White <botahamec@outlook.com>2021-08-23 21:22:26 -0400
commitec184715933b200558e8a0fe040f8948661c7eaf (patch)
tree57d1e46212a2d5a79ce4634b3bffd4b60d588a54 /Cargo.toml
parent82c7c7edeb63c9f9082a201822da80e6021b2a11 (diff)
Created a basic UI that displays a single position
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2611ded..71c8ba9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,8 @@
members = [
"model",
"ai",
- "cli"
+ "cli",
+ "ui"
]
[profile.release]