Cargo.toml 191 B

12345678910
  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. cgmath = "*"
  9. therm_util = { path = "../therm_util" }