X-Git-Url: http://git.euphorik.ch/?p=crypto_lab1.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=3f218e2e5cd1ea7513f39107044f383b8b2887d6;hp=0000000000000000000000000000000000000000;hb=aee28ef5d1be59c0db218d7130fd1ae2314cc970;hpb=73730f083cb2d305a039d49d9e34ff9978fe20be diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3f218e2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] + +name = "lab1_rust" +version = "0.0.1" +authors = ["Ummon "] + + +[[bin]] + +name = "lab1_rust" + + +[dependencies.openssl] + +git = "https://github.com/sfackler/rust-openssl.git" \ No newline at end of file