diff options
Diffstat (limited to 'launcher/Cargo.toml')
-rw-r--r-- | launcher/Cargo.toml | 8 |
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" |