Files
server/Cargo.toml
2022-05-12 17:13:44 -04:00

12 lines
326 B
TOML

[package]
edition = "2018"
name = "stardust-xr"
version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libstardustxr = {path = "../libstardustxr-rs"}
anyhow = "1.0.57"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
slab = "0.4.6"