Added information about the libraries license.
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@ -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]
|
||||
|
Reference in New Issue
Block a user