From a0b8badf429a559f2de7176fba8184e436bd9ff4 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 10 May 2024 19:37:00 +0200 Subject: Initial commit --- launcher/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 launcher/Cargo.toml (limited to 'launcher/Cargo.toml') 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" -- cgit