[package]
edition = "2024"
name = "spellcli"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI that allows you to check the spelling of different words."
readme = "README.md"
license = "MIT"
repository = "https://github.com/looking-g/SpellCLI"
[[bin]]
name = "spellcli"
path = "src/main.rs"
[dependencies.reqwest]
version = "0.13"
features = ["blocking"]
[dependencies.serde_json]
version = "1.0"
[dependencies.wordnik_list]
version = "0.2"