summaryrefslogtreecommitdiff
path: root/lab3/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-10-06 14:10:52 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-10-06 14:10:52 +0400
commit25a601c95c1e5957d425b6ffdacc583649e5ec5f (patch)
treea9c88cf75b789089af329a8ddf3207c350999442 /lab3/Cargo.toml
parent292ee3a5eafb96e6d17e6ca38cdf102d804e9743 (diff)
Добавлена третья лабораторная
Diffstat (limited to 'lab3/Cargo.toml')
-rw-r--r--lab3/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lab3/Cargo.toml b/lab3/Cargo.toml
new file mode 100644
index 0000000..1370852
--- /dev/null
+++ b/lab3/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"