Skip to content

Commit 07fbfd5

Browse files
committed
Fix license in manifest
1 parent c1a7a0b commit 07fbfd5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/notes
33
/fuzz
44
Cargo.lock
5+
*.data
6+
*.data.old
7+
*.svg

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Y. D. Santos <[email protected]>"]
33
name = "mexe"
44
version = "0.0.2"
55
edition = "2021"
6-
license-file = "LICENSE"
6+
license = "MIT"
77
description = "Simple arithmetic expression evaluator"
88
homepage = "https://github.com/yds12/mexe"
99
repository = "https://github.com/yds12/mexe"

0 commit comments

Comments
 (0)