From 4b48c7aeeb025ef17d48f33b1ab81be3fd87db8f Mon Sep 17 00:00:00 2001 From: boxdot Date: Mon, 1 Sep 2025 17:50:03 +0200 Subject: [PATCH] chore: specify license in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7755182..bbd7f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["bindings", "ffi", "isolate", "dart"] categories = ["external-ffi-bindings", "development-tools::ffi"] readme = "README.md" homepage = "https://github.com/sunshine-protocol/allo-isolate" +license = "Apache-2.0" license-file = "LICENSE" [dependencies]