xref: /StarryEngine/starry_applications/Cargo.toml (revision b0262857c524418d6bf547b3893cb67126e5df18)
1[package]
2name = "starry_apps"
3version = "0.1.0"
4edition = "2021"
5description = "The Applications 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_toolkit = {path = "../starry_toolkit" }
13starry_server = {path = "../starry_server" }