[package] name = "oeis-tui" version = "0.0.0" edition = "2021" authors = ["Wesley Hill "] description = "A terminal-based UI for browsing the Online Encyclopedia of Integer Sequences (OEIS)" exclude = [ "/assets/*" ] include = [ "**/*.rs", "Cargo.toml", ] license = "Apache-2.0" [dependencies]