aboutsummaryrefslogtreecommitdiff
path: root/launcher/Cargo.toml
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-05-10 19:37:00 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-05-10 19:37:00 +0200
commita0b8badf429a559f2de7176fba8184e436bd9ff4 (patch)
tree46f24ae3aed8b7e6c755824a25ab8204e7b67599 /launcher/Cargo.toml
downloadatomic-a0b8badf429a559f2de7176fba8184e436bd9ff4.tar.gz
atomic-a0b8badf429a559f2de7176fba8184e436bd9ff4.tar.bz2
atomic-a0b8badf429a559f2de7176fba8184e436bd9ff4.zip
Initial commit
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"