Cargo.toml 429 B

1234567891011121314
  1. [package]
  2. name = "starry_apps"
  3. version = "0.1.0"
  4. edition = "2021"
  5. description = "The Applications of Starry Engine"
  6. authors = [ "2447742618 <[email protected]>" ]
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [dependencies]
  9. starry_client = {path = "../starry_client" }
  10. starry_toolkit = {path = "../starry_toolkit" }
  11. starry_server = {path = "../starry_server" }
  12. termios = "0.3"