From 75d0e6e78aecffe372b4014054a674705b0599d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 22 Feb 2025 13:56:04 +0100 Subject: [PATCH] chore: add MIT license field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 97e4330..e5f0aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "f1-game-packet-parser" version = "0.1.0" edition = "2021" rust-version = "1.78" +license = "MIT" [dependencies] binrw = "0.14"