aboutsummaryrefslogtreecommitdiff
path: root/launcher/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Cargo.toml')
-rw-r--r--launcher/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/launcher/Cargo.toml b/launcher/Cargo.toml
new file mode 100644
index 0000000..a2cdfee
--- /dev/null
+++ b/launcher/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "launcher"
+version = "1.1.0"
+edition = "2021"
+
+[dependencies]
+dirs = "5.0.1"
+rustc_version_runtime = "0.3.0"