summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: abde8663a312fb3e2f51e289c68c28bcac554e4b (plain)
[package]
name = "tortuise"
version = "0.1.0"
edition = "2024"

[dependencies]
bpaf = { version = "0.9", features = ["derive"] }
bytemuck = { version = "1", features = ["derive"] }
crossterm = "0.29"
etcetera = "0.11"
getrandom = "0.4"
hex_color = "3"
chrono = "0.4"
log = "0.4"
mlua = { version = "0.12", features = ["lua51", "vendored", "serde", "send", "error-send"] }
mimalloc = "0.1"
postcard = { version = "1", features = ["use-std"] }
prologger = "0.3"
puffin = "0.20"
puffin_http = "0.17"
rustc-hash = "2"
serde = { version = "1", features = ["derive"] }
smol = "2"
spin = "0.12"
tinywasm = { path = "../tinywasm/crates/tinywasm" }
toml = "1"

[profile.release]
opt-level = 'z'
lto = true
panic = "abort"