aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-launcher/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-06 19:40:53 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-06 19:42:04 +0100
commitcf9392a33bb99ae581f818d3ddb8be1231521a02 (patch)
tree8295d8a4ed199c3263eadd8f1a508b98567a44f7 /games/rstnode/rst-launcher/Cargo.toml
parent56d96b2f22bf6a61ff992b000215dc3a2c2448ad (diff)
rstnode: restructure project into workspace and sub-crates
Diffstat (limited to 'games/rstnode/rst-launcher/Cargo.toml')
-rw-r--r--games/rstnode/rst-launcher/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/rstnode/rst-launcher/Cargo.toml b/games/rstnode/rst-launcher/Cargo.toml
new file mode 100644
index 000000000000..3df25c561eb1
--- /dev/null
+++ b/games/rstnode/rst-launcher/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "rst-launcher"
+version = "0.1.0"
+authors = ["Katharina Fey <kookie@spacekookie.de>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]