Skip to content

Commit

Permalink
ops forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
urisinger committed Oct 12, 2024
1 parent 67a13be commit 125294a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libraries/math-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "math-parser"
version = "0.1.0"
edition = "2021"

[dependencies]
pest = "2.7"
pest_derive = "2.7.11"
thiserror = "1"
lazy_static = "1.5"

0 comments on commit 125294a

Please sign in to comment.