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