Skip to content

Commit

Permalink
Add extern crate openssl; to crawl to build on musl
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Jul 6, 2019
1 parent bdb2496 commit 2dbd635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atcoder-problems-backend/src/bin/crawl.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
extern crate openssl;

use atcoder_problems_backend::{crawler, scraper};
use diesel::pg::PgConnection;
use diesel::Connection;
Expand Down

0 comments on commit 2dbd635

Please sign in to comment.