[package]
edition = "2021"
name = "wowint"
version = "2025.1.110002"
authors = ["Eloi Stree"]
description = """
Allows to push integer to udp target in aim to remote control a game from key injection.
"""
homepage = "https://github.com/EloiStree/2024_08_29_ScratchToWarcraft"
documentation = "https://github.com/EloiStree/2024_08_29_ScratchToWarcraft"
readme = "README.md"
keywords = [
"udp",
"integer",
"game",
"keyboard",
]
license-file = "LICENSE"
repository = "https://github.com/EloiStree/crates_wowint"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3
[dependencies.rand]
version = "0.8.4"