Cargo.toml 480 B

123456789101112131415
  1. [package]
  2. name = "village-tui"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. animaterm = {path = "/home/dxtr/projects/animaterm"}
  8. dapp-lib = {path = "/home/dxtr/projects/dapp-lib"}
  9. [dependencies.async-std]
  10. version = "1.12"
  11. features = ["attributes"]