From 6c553ab6f07a41fbe8bce3320b95539cd094ed46 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 23 Dec 2024 17:34:33 +0100 Subject: [PATCH] add missing licenses --- examples/custom-indexer/rust/Cargo.toml | 1 + examples/tic-tac-toe/cli/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/custom-indexer/rust/Cargo.toml b/examples/custom-indexer/rust/Cargo.toml index ca709c90506..f5cbb2cd2c5 100644 --- a/examples/custom-indexer/rust/Cargo.toml +++ b/examples/custom-indexer/rust/Cargo.toml @@ -2,6 +2,7 @@ name = "custom-indexer" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [dependencies] # external dependencies diff --git a/examples/tic-tac-toe/cli/Cargo.toml b/examples/tic-tac-toe/cli/Cargo.toml index dba1dbe5795..cadcf22ede6 100644 --- a/examples/tic-tac-toe/cli/Cargo.toml +++ b/examples/tic-tac-toe/cli/Cargo.toml @@ -2,6 +2,7 @@ name = "tic-tac-toe" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [dependencies] # external dependencies