= "../../Makefile.toml"
# clippy is run with default features which covers sbd.
[]
= false
= ["clippy-iroh-relay"]
[]
= false
= "cargo"
= [
"clippy",
"--all-targets",
"--no-default-features",
"--features",
"iroh-relay",
"--",
"--deny=warnings",
]
# sbd is tested by extending the root makefile which runs `cargo test`.
[]
= false
= ["test-iroh-relay"]
[]
= false
= "cargo"
= ["test", "--no-default-features", "--features", "iroh-relay"]