summaryrefslogtreecommitdiff
path: root/lab7/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-11-10 14:56:20 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-11-10 14:56:20 +0400
commit056f59346b727c9367998a423551eaba52854fce (patch)
tree9e609530b9aa11518433675de161deeda4a07e1a /lab7/Cargo.toml
parent3cc62a4bf09097af5a5872f06a5f7824d42c93ab (diff)
Добавлена седьмая лаба
Diffstat (limited to 'lab7/Cargo.toml')
-rw-r--r--lab7/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lab7/Cargo.toml b/lab7/Cargo.toml
new file mode 100644
index 0000000..c12df81
--- /dev/null
+++ b/lab7/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "lab7"
+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"