Add the report.
[crypto_lab1.git] / lab1_rust / Cargo.toml
diff --git a/lab1_rust/Cargo.toml b/lab1_rust/Cargo.toml
new file mode 100644 (file)
index 0000000..3f218e2
--- /dev/null
@@ -0,0 +1,15 @@
+[package]
+
+name = "lab1_rust"
+version = "0.0.1"
+authors = ["Ummon <greg.burri@gmail.com>"]
+
+
+[[bin]]
+
+name = "lab1_rust"
+
+
+[dependencies.openssl]
+
+git = "https://github.com/sfackler/rust-openssl.git"
\ No newline at end of file