diff options
author | Yigit Sever | 2021-04-19 18:27:11 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 18:27:11 +0300 |
commit | e2b7b072265f29d833f015463d6b0cf02af875f5 (patch) | |
tree | 5982d8e9f2c9786247b3a3329743d52a038ff805 /Cargo.toml | |
parent | cbf39d34ff56ac80b5683758bdcb3b24829a946d (diff) | |
download | gradecoin-e2b7b072265f29d833f015463d6b0cf02af875f5.tar.gz gradecoin-e2b7b072265f29d833f015463d6b0cf02af875f5.tar.bz2 gradecoin-e2b7b072265f29d833f015463d6b0cf02af875f5.zip |
Shed README.md
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ name = "gradecoin" | |||
3 | version = "0.2.0" | 3 | version = "0.2.0" |
4 | authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>"] | 4 | authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | include = ["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 | ||