{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build": {
"inputs": ["$TURBO_DEFAULT$", "./Cargo.toml", "./src/**/*.rs"]
},
"test": {
"inputs": [
"$TURBO_DEFAULT$",
"./Cargo.toml",
"./src/**/*.rs",
"./tests/**/*.rs"
]
}
},
"extends": ["//"]
}