xref: /StarryEngine/starry_toolkit/Cargo.toml (revision 48d97639c61db7d12182c250896dd116973d24c5)
1[package]
2name = "starry_toolkit"
3version = "0.1.0"
4edition = "2021"
5description = "The UI-Toolkit Library of Starry Engine"
6authors = [ "2447742618 <2447742618@qq.com>" ]
7
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10[dependencies]
11starry_client = {path = "../starry_client" }
12starry_server = {path = "../starry_server" }