jong/Cargo.toml
2026-01-08 23:20:22 -08:00

21 lines
452 B
TOML

[package]
name = "jong"
version = "0.1.0"
edition = "2024"
# license = "Source-First-1.1" # pending crates.io support
license-file = "LICENSE.typ"
[lib]
[dependencies]
bevy = { version = "0.17.3", features = ["dynamic_linking"] }
bevy_ratatui = "0.10.0"
clap = { version = "4.5.54", features = ["derive"] }
ratatui = "0.29.0"
strum = { version = "0.27.2", features = ["derive"] }
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3