Skip to content

Commit 5901c7e

Browse files
authored
Merge pull request #18 from orual/natb/calc
add calculator
2 parents 2eb5ec6 + ba7b9d0 commit 5901c7e

4 files changed

Lines changed: 406 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pattern_core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ html2md = "0.2"
9292
scraper = "0.22"
9393
regex = "1.11.1"
9494

95+
# Calculator tool dependencies
96+
fend-core = "1.5.7"
97+
9598
# Local crates (to be added later)
9699
# pattern-nd = { path = "../pattern-nd", optional = true }
97100

0 commit comments

Comments
 (0)