aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 315c8de..8e3ec60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
1[package] 1[package]
2name = "gradecoin" 2name = "gradecoin"
3version = "0.2.0" 3version = "0.2.0"
4authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>", "İlker Işık (necrashter) <iiilker99@gmail.com>"] 4authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>",
5 "İlker Işık (necrashter) <iiilker99@gmail.com>",
6 "Alperen Keleş <alpkeles99@gmail.com>"]
5edition = "2018" 7edition = "2018"
6include = ["src/**/*", "README.md"] 8include = ["src/**/*", "README.md"]
7 9