bevy_mod_lockdown 0.8.0

bevy_mod_lockdown is a library to reduce the attack surface your application offers.
Documentation
[toolchain]
channel = "nightly"
components = [
    "rustc",
    "cargo",
    "rustfmt",
    "rust-std",
    "clippy",
    "miri",
    "rust-src",
]
targets = [
    # Linux
    "x86_64-unknown-linux-gnu",

    # Windows
    "x86_64-pc-windows-gnu",
]
profile = "default"