sovrin-client 0.1.0-98

Sovrin client with c-callable interface
version: '2'
services:
  sovrin-client-rust-test:
    build:
      context: .
      dockerfile: ci/ubuntu.dockerfile
    command: cargo test --color=always -- --nocapture
    volumes:
      - ".:/home/sovrin/sovrin-client-rust"
    working_dir: /home/sovrin/sovrin-client-rust
    environment:
        - RUST_TEST_THREADS=1