dotenv 0.12.0

A `dotenv` implementation for Rust
Documentation
language: rust
sudo: false
script:
  - cargo build --verbose
  - cargo test --verbose
  - (cd dotenv_codegen; cargo build --verbose)
  - (cd dotenv_codegen; cargo test --verbose)