aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-31 12:20:28 +0100
committerAkshay <[email protected]>2021-03-31 12:20:28 +0100
commitc5c43ade4bfb1c574c2ba3bfad94d0e968db7d44 (patch)
tree1f65be43c6574e89bf00f5f4732e58435025ba67 /Cargo.toml
parent431fd02329e2cd663db0acda5b229bbe632c5338 (diff)
begin work on command line interface
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 277d6b0..ce5d614 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,4 @@ sdl2 = {version = "0.34", features = ["ttf"]}
11obi = { git = "https://github.com/nerdypepper/obi" } 11obi = { git = "https://github.com/nerdypepper/obi" }
12env_logger = "0.8.3" 12env_logger = "0.8.3"
13log = "0.4.0" 13log = "0.4.0"
14pico-args = "0.4.0"