diff options
author | Yigit Sever | 2021-04-19 18:27:11 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 18:27:11 +0300 |
commit | 14fc1ecfdf9c7faf47bba6b924816159ef3feb60 (patch) | |
tree | e64980937a078bbbd4375c05c93e427306f10b65 /Cargo.toml | |
parent | c6ee046a3ba1f68eb4ba5cb0378858a071e122d8 (diff) | |
download | gradecoin-14fc1ecfdf9c7faf47bba6b924816159ef3feb60.tar.gz gradecoin-14fc1ecfdf9c7faf47bba6b924816159ef3feb60.tar.bz2 gradecoin-14fc1ecfdf9c7faf47bba6b924816159ef3feb60.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 | ||