diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-11-13 11:40:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-11-13 11:40:34 +0400 |
| commit | 9bbc7b8c31458fbf8c639794531e3d324004d8d5 (patch) | |
| tree | 7d6128c58518c78da03652e9f4e974e6de5a927f /labs/Cargo.toml | |
| parent | 14fefa99fae1433de08812558c07a0f81c40ab04 (diff) | |
Реализации лабораторных перенесены во отдельную папку
Diffstat (limited to 'labs/Cargo.toml')
| -rw-r--r-- | labs/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/labs/Cargo.toml b/labs/Cargo.toml new file mode 100644 index 0000000..31cd1f1 --- /dev/null +++ b/labs/Cargo.toml @@ -0,0 +1,10 @@ +[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] +eframe = "0.19.0" +rug = "1.17" |