1
2
3
4
5
6
use std::collections::HashMap;

pub mod resolve;

type Variables = HashMap<String, String>;