CrawlyMacCrawlFace

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add crawly_mac_crawl_face to your list of dependencies in mix.exs:

    def deps do [{:crawly_mac_crawl_face, "~> 0.0.1"}] end

  2. Ensure crawly_mac_crawl_face is started before your application:

    def application do [applications: [:crawly_mac_crawl_face]] end