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
commit14fc1ecfdf9c7faf47bba6b924816159ef3feb60 (patch)
treee64980937a078bbbd4375c05c93e427306f10b65 /Cargo.toml
parentc6ee046a3ba1f68eb4ba5cb0378858a071e122d8 (diff)
downloadgradecoin-14fc1ecfdf9c7faf47bba6b924816159ef3feb60.tar.gz
gradecoin-14fc1ecfdf9c7faf47bba6b924816159ef3feb60.tar.bz2
gradecoin-14fc1ecfdf9c7faf47bba6b924816159ef3feb60.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