Code.ensure_loaded?(Hex) and Hex.start defmodule Chronos.Mixfile do use Mix.Project def project do [ app: :chronos, version: "0.3.7", elixir: ">= 1.0.0", deps: [], package: [ files: ["lib", "mix.exs", "README*", "LICENSE*"], contributors: ["Johnny Winn"], licenses: ["Apache 2.0"], links: [ github: "https://github.com/nurugger07/chronos" ] ], description: """ An Elixir library for handling dates. It can be used to quickly determine a date. In a human readable format. """ ] end end