summaryrefslogtreecommitdiff
path: root/ui/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 /ui/Cargo.toml
parent82c7c7edeb63c9f9082a201822da80e6021b2a11 (diff)
Created a basic UI that displays a single position
Diffstat (limited to 'ui/Cargo.toml')
-rw-r--r--ui/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
new file mode 100644
index 0000000..086a7de
--- /dev/null
+++ b/ui/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "ui"
+version = "0.1.0"
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+tetra = "0.6"
+model = {path = "../model"} \ No newline at end of file