mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 14:10:02 +00:00
Fixed cargo license missing apache.
This commit is contained in:
parent
0ec921179b
commit
b6da2a861a
15
Cargo.toml
15
Cargo.toml
@ -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]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user