[workspace] members = ["aimeio", "chuniio", "common"] resolver = "2" [profile.release] strip = true # Automatically strip symbols from the binary. opt-level = "z" # Optimize for size. lto = true codegen-units = 1 panic = "abort" [workspace.dependencies] anyhow = "1.0.76" lazy_static = "1.4.0" log = "0.4.20" shared_memory = { path = "vendor/shared_memory" } winapi = "0.3.9"