spellcli 1.0.1

A CLI that allows you to check the spelling of different words.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "spellcli"
version = "1.0.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/looking-g/SpellCLI"
description = "A CLI that allows you to check the spelling of different words."
readme = "README.md"


[dependencies]
reqwest = {version = "0.13", features = ["blocking"]}
wordnik_list = "0.2"
serde_json = "1.0"