text-to-polly-ssml 0.3.1

Converts text to polly SSML. Using a bad format.
Documentation
---
version: 2
executorType: docker
containerInfo:
  - image: jimmycuadra/rust:latest
stages:
  build:
    workDir: /source
    steps:
      - type: shell
        shell: /bin/bash
        command: apt-get update
      - type: shell
        shell: /bin/bash
        command: apt-get install openssh-client -y
      - type: checkout
      - type: shell
        shell: /bin/bash
        command: cargo build
      - type: shell
        shell: /bin/bash
        command: cargo test --verbose