diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-04-06 11:01:50 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-04-06 11:01:50 +0400 |
| commit | 3a3c4309d5798f5ed622d06b3f9c97d7f7899727 (patch) | |
| tree | 68e4267baf37afd8dbdb89d84908f6b366fbdbed /Cargo.toml | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..69fb7fe --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "coursework-year3" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |