aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent431fd02329e2cd663db0acda5b229bbe632c5338 (diff)
begin work on command line interface
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aa25765..5cd0345 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -127,6 +127,12 @@ dependencies = [
127] 127]
128 128
129[[package]] 129[[package]]
130name = "pico-args"
131version = "0.4.0"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
134
135[[package]]
130name = "radium" 136name = "radium"
131version = "0.6.2" 137version = "0.6.2"
132source = "registry+https://github.com/rust-lang/crates.io-index" 138source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -156,6 +162,7 @@ dependencies = [
156 "env_logger", 162 "env_logger",
157 "log", 163 "log",
158 "obi", 164 "obi",
165 "pico-args",
159 "sdl2", 166 "sdl2",
160] 167]
161 168