Skip to content

Commit

Permalink
add toml_edit display feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbai committed Apr 27, 2024
1 parent 3f238e5 commit 0ac25fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytflow-app-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ ciborium = "0.2"
chrono = { version = "*", features = ["serde"] }
uuid = { version = "1", features = ["serde"] }
rusqlite = { version = "0.28", default-features = false }
toml_edit = { version = "0.22", default-features = false, features = ["parse"] }
toml_edit = { version = "0.22", default-features = false, features = ["parse","display"] }
hex = "0.4"
ytflow = { path = "../ytflow" }

0 comments on commit 0ac25fc

Please sign in to comment.