We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f238e5 commit 0ac25fcCopy full SHA for 0ac25fc
ytflow-app-util/Cargo.toml
@@ -24,6 +24,6 @@ ciborium = "0.2"
24
chrono = { version = "*", features = ["serde"] }
25
uuid = { version = "1", features = ["serde"] }
26
rusqlite = { version = "0.28", default-features = false }
27
-toml_edit = { version = "0.22", default-features = false, features = ["parse"] }
+toml_edit = { version = "0.22", default-features = false, features = ["parse","display"] }
28
hex = "0.4"
29
ytflow = { path = "../ytflow" }
0 commit comments