1 2 3 4 5 6 7 8
#![crate_name = "macaroons"] #![crate_type = "lib"] extern crate sodiumoxide; extern crate rustc_serialize; pub mod token; pub mod caveat;