Skip to content

Commit

Permalink
BetterTOML fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Aug 31, 2023
1 parent d616761 commit bfb80be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
serde_stacker = { version = "0.1", optional = true }
serde_urlencoded = { version = "0.7", optional = true }
simple-home-dir = { version = "0.1", features = ["expand_tilde"], optional = true }
simple-home-dir = { version = "0.1", features = [
"expand_tilde",
], optional = true }
smartstring = { version = "1", optional = true }
snap = "1"
strsim = { version = "0.10", optional = true }
Expand Down

0 comments on commit bfb80be

Please sign in to comment.