xref: /StarryEngine/starry_applications/Cargo.toml (revision 8a41b76c5717dfb7ea5d2beaed20030c10ffce86)
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" }
14termios = "0.3"