Skip to content

Commit

Permalink
Set license field in cargo.toml (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Oct 14, 2023
1 parent 9546c06 commit 988f75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "A Befunge interpreter and text-UI IDE written in Rust"
authors = ["Josh Karpel <[email protected]>"]
edition = '2018'
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
documentation = "https://github.com/JoshKarpel/fungoid"
homepage = "https://github.com/JoshKarpel/fungoid"
Expand Down

0 comments on commit 988f75f

Please sign in to comment.