We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a7a0b commit 07fbfd5Copy full SHA for 07fbfd5
.gitignore
@@ -2,3 +2,6 @@
2
/notes
3
/fuzz
4
Cargo.lock
5
+*.data
6
+*.data.old
7
+*.svg
Cargo.toml
@@ -3,7 +3,7 @@ authors = ["Y. D. Santos <[email protected]>"]
name = "mexe"
version = "0.0.2"
edition = "2021"
-license-file = "LICENSE"
+license = "MIT"
description = "Simple arithmetic expression evaluator"
8
homepage = "https://github.com/yds12/mexe"
9
repository = "https://github.com/yds12/mexe"
0 commit comments