From 988f75fc5ff0d040cac5e7e583e05f558dd4066c Mon Sep 17 00:00:00 2001 From: Josh Karpel Date: Fri, 13 Oct 2023 22:56:16 -0500 Subject: [PATCH] Set `license` field in `cargo.toml` (#68) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fc63c07..12b59db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ description = "A Befunge interpreter and text-UI IDE written in Rust" authors = ["Josh Karpel "] edition = '2018' readme = "README.md" +license = "MIT" license-file = "LICENSE" documentation = "https://github.com/JoshKarpel/fungoid" homepage = "https://github.com/JoshKarpel/fungoid"