summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2611ded863bd4348844a37bf84ebf56fcab86608 (plain)
[workspace]
members = [
	"model",
	"ai",
	"cli"
]

[profile.release]
lto = true
panic = 'abort'