Skip to content

Commit

Permalink
improve lg
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtkana committed Jan 20, 2024
1 parent db2ec5e commit 5f97b15
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 108 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = ['libs/*', 'snippetter']
ansi_term = "0.12.1"
approx = "0.5"
assert-impl = "0.1.3"
indoc = "2.0.4"
itertools = "0.10"
num = "0.4.1"
ordered-float = "3.4"
Expand Down
2 changes: 1 addition & 1 deletion libs/lg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2018"
[dependencies]

[dev-dependencies]
test-case = { workspace = true }
indoc = { workspace = true }
Loading

0 comments on commit 5f97b15

Please sign in to comment.