aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/Cargo.lock
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-26 23:08:23 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-26 23:08:23 +0100
commit3bfc345e559dbbb7d2d58db03dd2c1f1b58f9759 (patch)
tree3488666e8d1bfe098e4bf470c6a4cc9cb04f325d /games/rstnode/Cargo.lock
parentc6e4921512f576b06c411823c5d88e0dca5b556d (diff)
rstnode: basic event loop usage (prototype)
Diffstat (limited to '')
-rw-r--r--games/rstnode/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/rstnode/Cargo.lock b/games/rstnode/Cargo.lock
index 33713c4b0971..a222eccc771e 100644
--- a/games/rstnode/Cargo.lock
+++ b/games/rstnode/Cargo.lock
@@ -3878,6 +3878,7 @@ dependencies = [
"async-std",
"async-trait",
"chrono",
+ "clap",
"num_cpus",
"rst-core",
"systemstat",