X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;fp=Cargo.toml;h=3f218e2e5cd1ea7513f39107044f383b8b2887d6;hb=aee28ef5d1be59c0db218d7130fd1ae2314cc970;hp=0000000000000000000000000000000000000000;hpb=73730f083cb2d305a039d49d9e34ff9978fe20be;p=crypto_lab1.git 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