diff --git a/Cargo.lock b/Cargo.lock index e44c1472b9..47570a8524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2347,6 +2347,7 @@ dependencies = [ "roc_collections", "roc_error_macros", "roc_exhaustive", + "roc_fmt", "roc_module", "roc_parse", "roc_problem", diff --git a/crates/compiler/can/Cargo.toml b/crates/compiler/can/Cargo.toml index 76b115bd5a..9ef9239278 100644 --- a/crates/compiler/can/Cargo.toml +++ b/crates/compiler/can/Cargo.toml @@ -13,6 +13,7 @@ roc_error_macros = { path = "../../error_macros" } roc_exhaustive = { path = "../exhaustive" } roc_module = { path = "../module" } roc_parse = { path = "../parse" } +roc_fmt = { path = "../fmt" } roc_problem = { path = "../problem" } roc_region = { path = "../region" } roc_serialize = { path = "../serialize" }