aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-04-19 18:27:11 +0300
committerYigit Sever2021-04-19 18:27:11 +0300
commite2b7b072265f29d833f015463d6b0cf02af875f5 (patch)
tree5982d8e9f2c9786247b3a3329743d52a038ff805 /Cargo.toml
parentcbf39d34ff56ac80b5683758bdcb3b24829a946d (diff)
downloadgradecoin-e2b7b072265f29d833f015463d6b0cf02af875f5.tar.gz
gradecoin-e2b7b072265f29d833f015463d6b0cf02af875f5.tar.bz2
gradecoin-e2b7b072265f29d833f015463d6b0cf02af875f5.zip
Shed README.md
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f85fde3..45fda30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "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>"]
5edition = "2018" 5edition = "2018"
6include = ["src/**/*", "README.md"]
6 7
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 9