summaryrefslogtreecommitdiff
path: root/labs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'labs/Cargo.toml')
-rw-r--r--labs/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/labs/Cargo.toml b/labs/Cargo.toml
new file mode 100644
index 0000000..31cd1f1
--- /dev/null
+++ b/labs/Cargo.toml
@@ -0,0 +1,10 @@
+[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]
+eframe = "0.19.0"
+rug = "1.17"