[package] name = "ttxcat" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" categories = ["emulators"] keywords = ["teletext"] homepage = "https://codeberg.org/vilcans/ttxcat" repository = "https://codeberg.org/vilcans/ttxcat" description = "Show Teletext pages in the console" [dependencies] anyhow = "1.0.72" base64 = "0.21.2" clap = { version = "4.1.11", features = ["derive"] } hex = "0.4.3" teletext = "0.1.0" termcolor = "1.2.0"