godottest/rust/Cargo.toml
2025-10-10 18:48:42 -04:00

17 lines
369 B
TOML

[package]
name = "godottest_rs"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = [
"api-4-5",
] }
tokio = { version = "1.47.1", features = ["full"] }
[build-dependencies]
gdext-gen = { version = "0.1.1", features = ["dependencies", "find_icons"] }