summaryrefslogtreecommitdiff
path: root/lab6/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-10-13 15:44:26 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-10-13 15:44:26 +0400
commit93db2b69e22acb39dae3565efd2b935602315cd3 (patch)
tree8acc556f9633b2d617d7f3c5e90d4f8c5ef79c33 /lab6/Cargo.toml
parent037090f1cdc250b0cf52e666f36dde41ea543d77 (diff)
Добавил шестую лабу
Diffstat (limited to 'lab6/Cargo.toml')
-rw-r--r--lab6/Cargo.toml9
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"