Adjusted project data.

Properly pointed to the repository location.

Changed the rust edition.
This commit is contained in:
2025-07-29 17:54:46 -04:00
parent 4357a3aff3
commit a999bb5631

View File

@ -2,9 +2,9 @@
name = "binding"
version = "0.1.0"
description = "Defines macros and functions used when binding to C libraries."
repository = "https://workshop.cybermages.tech/CyberMages/binding.git"
repository = "https://workshop.cybermages.tech/CyberMages/binding"
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
edition = "2021"
edition = "2024"
documentation = ""
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"