From ec184715933b200558e8a0fe040f8948661c7eaf Mon Sep 17 00:00:00 2001 From: Mike White Date: Mon, 23 Aug 2021 21:22:26 -0400 Subject: Created a basic UI that displays a single position --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3