[dependencies]
[[example]]
name = "hello-world"
path = "examples/hello-world.rs"
[[example]]
name = "hello-world-2"
path = "examples/hello-world-2.rs"
[lib]
name = "afrish"
path = "src/lib.rs"
[package]
authors = ["Brady Fomegne <brady.fomegne@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A Rust binding for the Tk graphics toolkit, made for building the Afrim IME."
edition = "2021"
keywords = ["gui", "tk"]
license = "MIT"
name = "afrish"
readme = "README.md"
repository = "https://github.com/fodydev/afrish/"
version = "0.1.1"