Select the types of activity you want to include in your feed.
Remove recursive cargo alias that caused error
Cargo aliases cannot recursively call the external command they're shadowing. Removed the broken 'crit' alias. Users should use ./bench-compare.sh or run cargo-criterion directly instead.