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