aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 <[email protected]>", "İlker Işık (necrashter) <[email protected]>"] 4authors = ["Yigit Sever <[email protected]>",
5 "İlker Işık (necrashter) <[email protected]>",
6 "Alperen Keleş <[email protected]>"]
5edition = "2018" 7edition = "2018"
6include = ["src/**/*", "README.md"] 8include = ["src/**/*", "README.md"]
7 9