Browse Source
304: Re-introduce library r=luckysori a=luckysori If we want to write proper integration tests, we need to have a library crate. --- Work towards #231. Co-authored-by: Lucas Soriano del Pino <l.soriano.del.pino@gmail.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>refactor/no-log-handler
bors[bot]
3 years ago
committed by
GitHub
15 changed files with 79 additions and 106 deletions
@ -0,0 +1,24 @@ |
|||
pub mod actors; |
|||
pub mod auth; |
|||
pub mod bitmex_price_feed; |
|||
pub mod db; |
|||
pub mod housekeeping; |
|||
pub mod keypair; |
|||
pub mod logger; |
|||
pub mod maker_cfd; |
|||
pub mod maker_inc_connections; |
|||
pub mod model; |
|||
pub mod monitor; |
|||
pub mod olivia; |
|||
pub mod oracle; |
|||
pub mod payout_curve; |
|||
pub mod routes; |
|||
pub mod seed; |
|||
pub mod send_to_socket; |
|||
pub mod setup_contract; |
|||
pub mod taker_cfd; |
|||
pub mod to_sse_event; |
|||
pub mod tokio_ext; |
|||
pub mod wallet; |
|||
pub mod wallet_sync; |
|||
pub mod wire; |
Loading…
Reference in new issue