[package] name = "shabottom" description = "shabottom reimplementation in Rust" version = "0.2.0" edition = "2021" repository = "https://git.filmroellchen.eu/filmroellchen/shabottom-rs" authors = ["kleines Filmröllchen"] license = "MIT" [lib] path = "src/lib.rs" [[bin]] path = "src/cli.rs" name = "shabottom-rs"