diff options
| author | Mike White <botahamec@outlook.com> | 2021-08-23 21:22:26 -0400 |
|---|---|---|
| committer | Mike White <botahamec@outlook.com> | 2021-08-23 21:22:26 -0400 |
| commit | ec184715933b200558e8a0fe040f8948661c7eaf (patch) | |
| tree | 57d1e46212a2d5a79ce4634b3bffd4b60d588a54 /Cargo.toml | |
| parent | 82c7c7edeb63c9f9082a201822da80e6021b2a11 (diff) | |
Created a basic UI that displays a single position
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ members = [
"model",
"ai",
- "cli"
+ "cli",
+ "ui"
]
[profile.release]
|
