add, implement and use the Unifier trait

This commit is contained in:
Mark Thom
2023-02-25 21:52:18 -07:00
parent 7ffb40e0ad
commit 04ba58067a
6 changed files with 850 additions and 1133 deletions

View File

@@ -63,6 +63,7 @@ hyper = { version = "0.14", features = ["full"] }
hyper-tls = "0.5.0"
tokio = { version = "1.24.2", features = ["full"] }
futures = "0.3"
derive_deref = "1.1.1"
[dev-dependencies]
assert_cmd = "1.0.3"