XCraft/Cargo.toml
2025-03-14 02:03:43 +03:00

16 lines
346 B
TOML

[package]
name = "CraftX"
version = "0.1.0"
edition = "2024"
[dependencies]
winit = "0.30.9"
wry = "0.50.4"
tokio = { version = "1", features = ["full"] }
dirs = "6.0.0"
rand = "0.9.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0"
toml = "0.8.20"
reqwest = { version = "0.12.14", features = ["json"] }
manic = "0.8.1"