diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-09 18:03:28 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-09 18:03:28 +0400 |
| commit | cf1396c9ac9a37d5f5b0821f1572be17bcca3aa7 (patch) | |
| tree | a9e6285d49dbc288d170aeb3237a78ecddeaf06f /Cargo.toml | |
| parent | 96e61039afe641e08ec524ff4cffcc911339061d (diff) | |
Changed structure of project and renamed binary
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 69fb7fe..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[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] |