Cargo.toml 521 B

123456789101112131415161718
  1. [package]
  2. name = "rink"
  3. version = "0.1.0"
  4. edition = "2018"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. tui = { version = "0.16.0", features = ["crossterm"] }
  8. crossterm = "0.22.1"
  9. anyhow = "1.0.42"
  10. thiserror = "1.0.24"
  11. dioxus = { path = "../../dioxus" }
  12. hecs = "0.7.3"
  13. ctrlc = "3.2.1"
  14. bumpalo = { version = "3.8.0", features = ["boxed"] }
  15. stretch2 = { path = "../../Tinkering/stretch2" }
  16. # stretch2 = { git = "https://github.com/elbaro/stretch2.git" }