From 6676c8fcd848aec13add5ad6410b7a1ddcdeafe2 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sun, 7 Aug 2022 01:02:55 +0000 Subject: [PATCH] changed cargo.toml to trigger ci --- wasm/o-x-rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wasm/o-x-rust/Cargo.toml b/wasm/o-x-rust/Cargo.toml index e10e567..107af05 100644 --- a/wasm/o-x-rust/Cargo.toml +++ b/wasm/o-x-rust/Cargo.toml @@ -3,6 +3,7 @@ name = "o-x-rust" description = "Naughts and crosses WASM algorithms" repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/o-x-rust" license = "GNU GPLv3" +license-file = "LICENSE" version = "0.0.1" edition = "2021"