Skip to content

Commit

Permalink
➕ Add serde and serde_json to cli dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Nov 23, 2024
1 parent fe399d9 commit 75bad3e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ nom = "7.1.3"
normalize-path = "0.2.1"
pna = { version = "0.20.0", path = "../pna" }
rayon = "1.10.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
tabled = { version = "0.16.0", default-features = false, features = ["std", "ansi"] }
rand = "0.8.5"
indexmap = "2.6.0"
Expand Down

0 comments on commit 75bad3e

Please sign in to comment.