[package]
name = "{name}"
version = "0.1.0"
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
volo-gen = {{ path = "./volo-gen" }}
volo.workspace = true
volo-thrift.workspace = true
pilota.workspace = true
anyhow.workspace = true
tokio = {{ workspace = true, features = ["full"] }}
[profile.release]
opt-level = 3
debug = true
debug-assertions = false
overflow-checks = false
lto = true
panic = 'unwind'
incremental = false
codegen-units = 1
rpath = false
[workspace]
members = ["volo-gen"]
resolver = "3"
[workspace.package]
edition = "2024"
[workspace.dependencies]
# we recommend to use the latest framework version for new features and bug fixes
volo = "*"
volo-build = "*"
volo-thrift = "*"
pilota = "*"
anyhow = "1"
tokio = "1"