oandars 0.1.2

A wrapper for the Oanda Rest-v20 API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '3.0'

services:
  lib: &default
    build:
      context: .
      dockerfile: Dockerfile
    command: cargo test -- --nocapture
    volumes:
      - .:/usr/src/app
      - registry:/root/.cargo/registry
    env_file: .secrets

volumes:
  registry:
    driver: local