aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/src/lib.rs
blob: fd1bfa86eacf1672e3ee67bea9ccaf217b85389b (plain)
1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate error_chain;
extern crate mysql;
extern crate rand;
extern crate sha1;


mod errors;
mod purchaser;