Skip to content

Commit

Permalink
Format TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 21, 2024
1 parent 58aae17 commit 598b02c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,13 @@ ed25519-dalek = "2.1"
itertools = "0.13"
chrono = "0.4"
sha3 = "0.10"
polars = { version = "0.43", features = ["lazy", "json", "strings", "dynamic_group_by", "round_series"] }
polars = { version = "0.43", features = [
"lazy",
"json",
"strings",
"dynamic_group_by",
"round_series",
] }
tempfile = "3.13"
futures = "0.3"
thiserror = "1"
Expand Down

0 comments on commit 598b02c

Please sign in to comment.