xref: /StarryEngine/starry_applications/Cargo.toml (revision 8a41b76c5717dfb7ea5d2beaed20030c10ffce86)
149182ea7SR0ronoa[package]
249182ea7SR0ronoaname = "starry_apps"
349182ea7SR0ronoaversion = "0.1.0"
449182ea7SR0ronoaedition = "2021"
549182ea7SR0ronoadescription = "The Applications of Starry Engine"
649182ea7SR0ronoaauthors = [ "2447742618 <2447742618@qq.com>" ]
749182ea7SR0ronoa
849182ea7SR0ronoa# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
949182ea7SR0ronoa
1049182ea7SR0ronoa[dependencies]
1149182ea7SR0ronoastarry_client = {path = "../starry_client" }
1249182ea7SR0ronoastarry_toolkit = {path = "../starry_toolkit" }
1349182ea7SR0ronoastarry_server = {path = "../starry_server" }
14*8a41b76cSR0ronoatermios = "0.3"