This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
hilde/src/libhilde/lib.rs

6 lines
111 B
Rust

// Not sure if this is needed here
// extern crate openssl;
#[macro_use] extern crate diesel;
pub mod schema;