aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-22 01:30:31 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-22 01:30:31 -0600
commite56c4bdb4f647a7d7fea47449f6dc6a4004b0436 (patch)
treef5526284e3567a1f13b5c9c4a8b0b39127e395f5 /Cargo.toml
downloadgityeet-e56c4bdb4f647a7d7fea47449f6dc6a4004b0436.tar.gz
gityeet-e56c4bdb4f647a7d7fea47449f6dc6a4004b0436.zip
throw boilerplate & readme together
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5e7f2dc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "gityeet"
+version = "0.1.0"
+authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]