sovrin-rust-client-lib 0.1.0-suffix1

sovrin-rust-client-lib
1
2
3
4
5
6
7
8
9
10
version: '2'
services:
  sovrin-client-rust-test:
    build:
      context: .
    command: cargo test --color=always
    volumes:
      - "./src:/home/sorvin-client-rust/src"
      - "./Cargo.toml:/home/sorvin-client-rust/Cargo.toml"
      - "./target:/home/sorvin-client-rust/target"