COLLECTIONS=( master quick )

TRAITS=(
"name"                      "Qdoba Chicken Queso Burrito"
"group"                     "Meals, Entrees, and Sidedishes"
"quantity"                  1
"unit"                      burrito
"comment"                   "with rice, black beans, chicken, pico de gallo, shredded cheese, queso sauce, lettuce"
)

NUTS=(      
"Calories"                  1160
"Total Fat, g"              46
"Saturated Fat, g"          21
"Trans Fat, g"              0
"Cholesterol, mg"           200
"Sodium, mg"                2560
"Potassium, mg"             1280
"Total Carbohydrate, g"     123
"Dietary Fiber, g"          21
"Sugars, g"                 4
"Protein, g"                58
"Vitamin A, %"              50
"Vitamin C, %"              20
"Calcium, %"                60
"Iron, %"                   40
)

AVAIL_UNITS=(
burrito 619
)

# vim: set filetype=zsh ts=8 sts=4 sw=4 ai expandtab:
