diff options
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 | ||