Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created January 8, 2015 23:55
Show Gist options
  • Save adamhjk/9320ded9c11aebd2ca70 to your computer and use it in GitHub Desktop.
Save adamhjk/9320ded9c11aebd2ca70 to your computer and use it in GitHub Desktop.
#![feature(plugin)]
extern crate regex;
#[plugin] extern crate regex_macros;
extern crate "rustc-serialize" as rustc_serialize;
#[macro_use] extern crate docopt;
#[plugin] extern crate docopt_macros;
#[macro_use] extern crate log;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment