We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7deb3c commit ec37abaCopy full SHA for ec37aba
1 file changed
crates/terraphim_automata/Cargo.toml
@@ -24,4 +24,4 @@ serde_json = "1"
24
thiserror = "1.0.30"
25
tokio = { version = "1", features = ["full"] }
26
log = "0.4"
27
-url = "2.5.0"
+url = { version = "2.5.0", features = ["serde"] }
0 commit comments