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"