summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNatrixAeria <upezu@student.kit.edu>2020-09-16 18:19:20 +0200
committerNatrixAeria <upezu@student.kit.edu>2020-09-16 18:19:20 +0200
commitb5856c8a2221f12b8bb88561bd9722f0ca915023 (patch)
treedb021a277508237f65dbda7010ff4a7b6934d578 /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2230b31
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "lovefinderrz"
+version = "0.1.0"
+authors = ["NatrixAeria <upezu@student.kit.edu>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+serenity = "0.9.0-rc.1"