Skip to content

Commit

Permalink
Add openssl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO committed Feb 14, 2020
1 parent 396cbd0 commit 8546feb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
49 changes: 49 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ r2d2-diesel = "*"
dotenv = "*"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "0.7", features = ["serde", "v4"] }
openssl = "0.10"

[dependencies.rocket_contrib]
version = "0.4.2"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use rocket::request::{Form, LenientForm};

extern crate uuid;

extern crate openssl;
#[macro_use] extern crate diesel;
extern crate r2d2;
extern crate r2d2_diesel;
Expand Down

0 comments on commit 8546feb

Please sign in to comment.