[package] name = "tempo_tapper" version = "0.5.5" authors = ["Nissa "] edition = "2021" rust-version = "1.61.0" description = "terminal tempo tapper (archive)" homepage = "https://gitlab.com/nissaofthesea/tempo" repository = "https://gitlab.com/nissaofthesea/tempo-rs" license = "MIT OR Apache-2.0" keywords = ["cli", "tempo", "tap"] categories = ["command-line-utilities"] [badges.maintenance] status = "deprecated" [[bin]] name = "tempo" path = "src/main.rs" [profile.release] lto = true codegen-units = 1 strip = true