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