summaryrefslogtreecommitdiff
path: root/lab1/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-10-06 13:34:53 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-10-06 13:34:53 +0400
commit292ee3a5eafb96e6d17e6ca38cdf102d804e9743 (patch)
treea96465ef4d693ef413de736313eca50f12dc6259 /lab1/Cargo.toml
Взлетаем
Diffstat (limited to 'lab1/Cargo.toml')
-rw-r--r--lab1/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lab1/Cargo.toml b/lab1/Cargo.toml
new file mode 100644
index 0000000..1370852
--- /dev/null
+++ b/lab1/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"