You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-log/ebpf/Cargo.toml

13 lines
188 B
TOML

[workspace]
members = ["aya-log-ebpf", "aya-log-ebpf-macros", "example"]
[profile.dev]
panic = "abort"
debug = 1
opt-level = 2
overflow-checks = false
[profile.release]
panic = "abort"