tui-logger 0.4.7

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

cache: cargo

rust:
- stable
- nightly

sudo: false
script:
- cargo test

notifications:
  email:
    on_success: never

os:
- linux
- osx