[package] name = "brx" version = "0.1.2" description = "📚 flow state bionic reading in the terminal" edition = "2021" readme = "README.md" repository = "https://github.com/coloradocolby/brx.git" homepage = "https://github.com/coloradocolby/brx" license = "MIT" authors = ["Colby Thomas "] exclude = ["assets/*", ".github/*",] keywords = ["bionic", "reading", "utility", "terminal", "cli" ] [dependencies] ansi_term = "0.12.1" regex = "1.5.6" unicode-segmentation = "1.9.0" clap = { version = "3.1.18", features = ["derive"] } atty = "0.2"