diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-05-10 19:37:00 +0200 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-05-10 19:37:00 +0200 |
commit | a0b8badf429a559f2de7176fba8184e436bd9ff4 (patch) | |
tree | 46f24ae3aed8b7e6c755824a25ab8204e7b67599 /launcher/Cargo.toml | |
download | atomic-a0b8badf429a559f2de7176fba8184e436bd9ff4.tar.gz atomic-a0b8badf429a559f2de7176fba8184e436bd9ff4.tar.bz2 atomic-a0b8badf429a559f2de7176fba8184e436bd9ff4.zip |
Initial commit
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" |