fix: Use spdx license name

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-03-21 11:32:26 +11:00
parent 6b3e600924
commit 86febb5803

View File

@ -2,7 +2,7 @@
edition = "2021"
name = "droplet"
version = "0.7.0"
license = "GPLv3-Affero"
license = "AGPL-3.0-only"
description = "Droplet is a `napi.rs` Rust/Node.js package full of high-performance and low-level utils for Drop"
[lib]
crate-type = ["cdylib"]