dust/Cargo.toml
2024-03-20 04:42:13 -04:00

16 lines
287 B
TOML

[workspace]
members = ["dust-lang", "dust-shell"]
resolver = "2"
[workspace.package]
authors = ["Jeff Anderson"]
edition = "2021"
license = "MIT"
readme = "README.md"
repository = "https://git.jeffa.io/jeff/dust.git"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3