XCraft/Cargo.toml
alterwain ac7fedc16a Downloading completed, added instances section
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/config.rs
	modified:   src/launcher.rs
	modified:   src/main.rs
	modified:   src/minecraft.rs
	modified:   src/util.rs
	new file:   src/www/icons/alpha.png
	new file:   src/www/icons/new_era.png
	new file:   src/www/icons/release.png
	modified:   src/www/portable.html
2025-03-14 17:58:56 +03:00

17 lines
370 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"] }
futures = "0.3.31"
dirs = "6.0.0"
rand = "0.9.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0"
toml = "0.8.20"
surf = { version = "2.3.2", features = ["hyper-client"] }
base64 = "0.22.1"