Cargo.toml 178 B

123456789
  1. [package]
  2. name = "therm_model"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <gdritter@galois.com>"]
  5. [dependencies]
  6. glium = "*"
  7. image = "*"
  8. therm_util = { path = "../therm_util" }