quakeball-rust/rust/Cargo.toml

13 lines
228 B
TOML

[package]
name = "quakeball"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = "0.5.4"
serde = "1.0.228"
teanet = { path = "../teanet-rust" }