diff options
author | Cara Salter <cara@devcara.com> | 2022-05-27 16:29:49 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-05-27 16:29:49 -0400 |
commit | ca5c737f047119f31e42a8700b8ae1ad4fabd17a (patch) | |
tree | 9b0b7a202a081319500a719871ee62cf1b2b17f6 /Cargo.toml | |
download | homeworld-ca5c737f047119f31e42a8700b8ae1ad4fabd17a.tar.gz homeworld-ca5c737f047119f31e42a8700b8ae1ad4fabd17a.zip |
Initial Commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f96297e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "homeworld" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |