susbot 2.1.0

robots.txt checker for the command line and CI (sus.bot). Installs the same `susbot` program as the susbot-cli crate.
1
2
3
4
5
6
//! `cargo install susbot` installs the sus.bot command-line tool. The code
//! lives in the susbot-cli crate; this crate only provides the short name.

fn main() -> std::process::ExitCode {
    susbot_cli::run()
}