aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornecrashter2022-04-23 17:57:00 +0300
committerYigit Sever2022-04-23 18:10:12 +0300
commit450f6a2751d1c8245feb9e5c09376c4b9e2323dd (patch)
tree919572a25622dd3a0af5a62c0a241eb648fdfe8a /Cargo.toml
parent91bf57f57a63e92abfe456990b13a6d0ec010c37 (diff)
downloadgradecoin-450f6a2751d1c8245feb9e5c09376c4b9e2323dd.tar.gz
gradecoin-450f6a2751d1c8245feb9e5c09376c4b9e2323dd.tar.bz2
gradecoin-450f6a2751d1c8245feb9e5c09376c4b9e2323dd.zip
Added myself to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 45703ff..315c8de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2name = "gradecoin" 2name = "gradecoin"
3version = "0.2.0" 3version = "0.2.0"
4authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>"] 4authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>", "İlker Işık (necrashter) <iiilker99@gmail.com>"]
5edition = "2018" 5edition = "2018"
6include = ["src/**/*", "README.md"] 6include = ["src/**/*", "README.md"]
7 7