Skip to content

Commit ba7b9d0

Browse files
author
Natalie Bridgers
committed
add calculator
1 parent 2eb5ec6 commit ba7b9d0

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)