14 lines
226 B
TOML
14 lines
226 B
TOML
[package]
|
|
name = "rust-pvz-genetics"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
godot = "0.4.5"
|
|
petgraph = "0.8.3"
|
|
rand = "0.10.0"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|