indy 0.1.1-85

This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org). The major artifact of the SDK is a c-callable library.
Documentation
version: '2'
services:
  indy-client-rust-test:
    build:
      context: .
      dockerfile: ci/ubuntu.dockerfile
    command: cargo test --color=always -- --nocapture
    volumes:
      - ".:/home/indy/indy-client-rust"
    working_dir: /home/indy/indy-client-rust
    environment:
        - RUST_TEST_THREADS=1