1[package] 2name = "starry_server" 3version = "0.1.0" 4edition = "2021" 5description = "The server 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" } 12bitflags = "2.4.2" 13serde = "1" 14serde_derive = "1" 15toml = "0.8.1" 16log = "0.4.20" 17image = "0.24.7" 18resize = "0.3.1"