12 lines
185 B
TOML
12 lines
185 B
TOML
[package]
|
|
name = "bgtu-ai-3"
|
|
edition = "2024"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
rand = { workspace = true }
|
|
eframe = { workspace = true }
|
|
bgtu-ai-utility = { workspace = true }
|