From dbb5a738e83986e86413ec95e0e944d9294296c1 Mon Sep 17 00:00:00 2001 From: Thaumy Date: Wed, 20 Mar 2024 11:54:17 +0800 Subject: [PATCH] update license in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e75324d..2f2652c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "perf-event-rs" version = "0.0.0" edition = "2021" description = "Linux perf event in Rust without unsafe" -license = "MIT" +license = "LGPL-3" repository = "https://github.com/OptimatistOpenSource/perf-event-rs.git" keywords = ["binding", "event", "perf"] categories = ["api-bindings"]