Fixed cargo license missing apache.

This commit is contained in:
Filipe Rodrigues 2025-08-15 01:35:53 +01:00
parent 0ec921179b
commit b6da2a861a
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU

View File

@ -1,12 +1,11 @@
# TODO: Add `LICENSE-APACHE` to `license-file` once that key supports multiple licenses
[package]
edition = "2024"
name = "zbuild"
description = "Make-like build system"
license-file = "LICENSE-MIT"
version = "0.1.9"
repository = "https://github.com/zenithsiz/zbuild"
publish = ["filipejr"]
edition = "2024"
name = "zbuild"
description = "Make-like build system"
license = "MIT OR Apache-2.0"
version = "0.1.9"
repository = "https://github.com/zenithsiz/zbuild"
publish = ["filipejr"]
[dependencies]