Added information about the libraries license.

This commit is contained in:
2025-07-29 23:54:15 -04:00
parent 9f9d02155a
commit 98f4922342
15 changed files with 232 additions and 7 deletions

View File

@ -1,14 +1,14 @@
[package]
name = "pact"
version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Rust bindings for standard C functions."
license = ""
repository = "https://gitlab.com/CyberMages/Core/pact.git"
documentation = ""
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
build = "build.rs"
edition = "2024"
description = "Rust bindings for standard C functions."
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
repository = "https://gitlab.com/CyberMages/Core/pact"
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
build = "build.rs"
readme = "README.md"
license = "Apache-2.0"
[features]