- [package]
- name = "starry_toolkit"
- version = "0.1.0"
- edition = "2021"
- description = "The UI-Toolkit Library of Starry Engine"
- authors = [ "2447742618 <[email protected]>" ]
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- starry_client = {path = "../starry_client" }
- starry_server = {path = "../starry_server" }
|