diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-10-13 15:44:26 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-10-13 15:44:26 +0400 |
| commit | 93db2b69e22acb39dae3565efd2b935602315cd3 (patch) | |
| tree | 8acc556f9633b2d617d7f3c5e90d4f8c5ef79c33 /lab6/Cargo.toml | |
| parent | 037090f1cdc250b0cf52e666f36dde41ea543d77 (diff) | |
Добавил шестую лабу
Diffstat (limited to 'lab6/Cargo.toml')
| -rw-r--r-- | lab6/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lab6/Cargo.toml b/lab6/Cargo.toml new file mode 100644 index 0000000..1370852 --- /dev/null +++ b/lab6/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "lab1" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rug = "1.17" |