diff --git a/crates/terraphim_automata/Cargo.toml b/crates/terraphim_automata/Cargo.toml index 8bbc9e2..e512f94 100644 --- a/crates/terraphim_automata/Cargo.toml +++ b/crates/terraphim_automata/Cargo.toml @@ -24,4 +24,4 @@ serde_json = "1" thiserror = "1.0.30" tokio = { version = "1", features = ["full"] } log = "0.4" -url = "2.5.0" +url = { version = "2.5.0", features = ["serde"] }