[package] name = "clafrica-wish" version = "0.3.1" edition = "2021" description = "Wish interface for the clafrica." repository = "https://github.com/pythonbrad/clafrica-wish" license = "MIT" readme = "README.md" authors = ["Brady Fomegne "] keywords = ["african", "ime", "typing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clafrica = "0.4.0" rstk = "0.1.0" serde = { version = "1.0.163", features = ["serde_derive"] } toml = "0.7.3"