tui-logger 0.1.11

Logger with smart widget for the `tui` crate
Documentation
language: rust

cache: cargo

rust:
- stable
- beta
- nightly

sudo: false
script:
- cargo test

notifications:
  email:
    on_success: never

os:
- linux
- osx